diff options
Diffstat (limited to 'lib/theron_allocator.cpp')
-rw-r--r-- | lib/theron_allocator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/theron_allocator.cpp b/lib/theron_allocator.cpp index 3158159..e5b3748 100644 --- a/lib/theron_allocator.cpp +++ b/lib/theron_allocator.cpp @@ -22,7 +22,7 @@ * and otherwise the regular malloc/free for larger buffers. **********************************************************************/ -#include <gnuradio/gras.hpp> +#include <gras/gras.hpp> #include <gras_impl/debug.hpp> #include <Theron/Detail/Threading/SpinLock.h> #include <Theron/IAllocator.h> |