Imported Upstream version 3.2.2
[debian/gnuradio] / gnuradio-core / src / lib / general / gr_simple_correlator.cc
index 5638ff72124900bd172df89614f3e1dfa6e2ac2f..ebfbfa72e951b5a9c2df1b4d57baa476a696aca6 100644 (file)
@@ -30,6 +30,8 @@
 #include <assert.h>
 #include <stdexcept>
 #include <gr_count_bits.h>
+#include <string.h>
+#include <cstdio>
 
 
 static const int THRESHOLD = 3;