summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/lib/math
diff options
context:
space:
mode:
authorAndrej Rode <mail@andrejro.de>2018-09-01 03:09:45 +0200
committerAndrej Rode <mail@andrejro.de>2018-09-01 03:09:45 +0200
commit1a43ee6b5146118c0ed2ac1a5e2f2271877766e1 (patch)
treeec291b2df05ab5cea840094c2da71d3ca05e37db /gnuradio-runtime/lib/math
parent3e747ee89fae16ac530feb7d9af27b97416f8ac0 (diff)
qa_fxpt: add missing gnuradio/math.include
Diffstat (limited to 'gnuradio-runtime/lib/math')
-rw-r--r--gnuradio-runtime/lib/math/qa_fxpt.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnuradio-runtime/lib/math/qa_fxpt.cc b/gnuradio-runtime/lib/math/qa_fxpt.cc
index 5073df6e39..ed5ea856d6 100644
--- a/gnuradio-runtime/lib/math/qa_fxpt.cc
+++ b/gnuradio-runtime/lib/math/qa_fxpt.cc
@@ -25,6 +25,7 @@
#endif
#include <gnuradio/fxpt.h>
+#include <gnuradio/math.h>
#include <boost/test/unit_test.hpp>
#include <iostream>
#include <stdio.h>