diff options
Diffstat (limited to 'lib/block_allocator.cpp')
-rw-r--r-- | lib/block_allocator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/block_allocator.cpp b/lib/block_allocator.cpp index 05b35ac..8a94141 100644 --- a/lib/block_allocator.cpp +++ b/lib/block_allocator.cpp @@ -19,7 +19,7 @@ #include <boost/bind.hpp> #include <boost/foreach.hpp> -using namespace gnuradio; +using namespace gras; const size_t AT_LEAST_DEFAULT_ITEMS = 1 << 13; const size_t AHH_TOO_MANY_BYTES = 1 << 20; //TODO |