Merge branch 'dfsg-orig'
[debian/gnuradio] / gnuradio-core / src / lib / runtime / gr_basic_block.cc
index e94e089e2fcdd7d49981c5cd0954974f2a086b92..2fa1066cb9b99f5045d48d5de7dbd4a059d0f582 100644 (file)
@@ -27,6 +27,8 @@
 #include <gr_basic_block.h>
 #include <stdexcept>
 
+using namespace pmt;
+
 static long s_next_id = 0;
 static long s_ncurrently_allocated = 0;