added include <cstdio> statements in several files to make it compatible with g+...
[debian/gnuradio] / gr-usrp / src / usrp_sink_base.cc
index fc238ceb87dfb8aec96720558f5874fb3c827a65..cb65e02cd9f3c62020017f4c8128355540f06571 100644 (file)
@@ -28,6 +28,7 @@
 #include <gr_io_signature.h>
 #include <usrp_standard.h>
 #include <assert.h>
+#include <cstdio>
 
 static const int OUTPUT_MULTIPLE_SAMPLES = 128;                // DON'T CHANGE THIS VALUE!