summaryrefslogtreecommitdiff
path: root/gr-digital/lib/qa_header_format.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gr-digital/lib/qa_header_format.cc')
-rw-r--r--gr-digital/lib/qa_header_format.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-digital/lib/qa_header_format.cc b/gr-digital/lib/qa_header_format.cc
index 072f241062..1f8bc8e333 100644
--- a/gr-digital/lib/qa_header_format.cc
+++ b/gr-digital/lib/qa_header_format.cc
@@ -18,10 +18,10 @@
#include <gnuradio/digital/header_format_default.h>
#include <gnuradio/expj.h>
#include <gnuradio/xoroshiro128p.h>
-#include <stdio.h>
#include <volk/volk_alloc.hh>
#include <boost/test/unit_test.hpp>
#include <cmath>
+#include <cstdio>
static void
xoroshiro_fill_buffer(uint8_t* buffer, unsigned int length, uint64_t seed = 42)