diff options
author | Andrej Rode <mail@andrejro.de> | 2018-09-01 03:09:45 +0200 |
---|---|---|
committer | Andrej Rode <mail@andrejro.de> | 2018-09-01 03:09:45 +0200 |
commit | 1a43ee6b5146118c0ed2ac1a5e2f2271877766e1 (patch) | |
tree | ec291b2df05ab5cea840094c2da71d3ca05e37db /gnuradio-runtime/lib/math | |
parent | 3e747ee89fae16ac530feb7d9af27b97416f8ac0 (diff) |
qa_fxpt: add missing gnuradio/math.include
Diffstat (limited to 'gnuradio-runtime/lib/math')
-rw-r--r-- | gnuradio-runtime/lib/math/qa_fxpt.cc | 1 |
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> |