diff options
author | Nicholas Corgan | 2012-06-20 22:11:46 -0400 |
---|---|---|
committer | Tom Rondeau | 2012-06-20 22:11:46 -0400 |
commit | 52bda3a2504638f3c0cc832b141dc138dfcd4800 (patch) | |
tree | 624d91599211c1771b23940470c211e4b25397c2 /gr-filter/lib | |
parent | 55b068b864aae01e7ed37d861010b93042a21ea9 (diff) | |
download | gnuradio-52bda3a2504638f3c0cc832b141dc138dfcd4800.tar.gz gnuradio-52bda3a2504638f3c0cc832b141dc138dfcd4800.tar.bz2 gnuradio-52bda3a2504638f3c0cc832b141dc138dfcd4800.zip |
filter: adding stdint.h fixes Fedora 17/GCC 4.7.0 build.
Diffstat (limited to 'gr-filter/lib')
-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 { |