diff options
author | Nicholas Corgan <nick.corgan@ettus.com> | 2012-06-20 22:11:46 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-06-20 22:11:46 -0400 |
commit | 52bda3a2504638f3c0cc832b141dc138dfcd4800 (patch) | |
tree | 624d91599211c1771b23940470c211e4b25397c2 | |
parent | 55b068b864aae01e7ed37d861010b93042a21ea9 (diff) |
filter: adding stdint.h fixes Fedora 17/GCC 4.7.0 build.
-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 5850cb86c2..02e0b32fe4 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 { |