diff options
-rw-r--r-- | gr-filter/lib/qa_mmse_fir_interpolator_cc.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-filter/lib/qa_mmse_fir_interpolator_cc.cc b/gr-filter/lib/qa_mmse_fir_interpolator_cc.cc index 5850cb86c..02e0b32fe 100644 --- a/gr-filter/lib/qa_mmse_fir_interpolator_cc.cc +++ b/gr-filter/lib/qa_mmse_fir_interpolator_cc.cc @@ -30,6 +30,7 @@ #include <cstdio> #include <cmath> #include <stdexcept> +#include <stdint.h> namespace gr { namespace filter { |