diff options
author | Tom Rondeau <tom@trondeau.com> | 2014-07-25 17:59:12 -0400 |
---|---|---|
committer | Tom Rondeau <tom@trondeau.com> | 2014-07-25 17:59:12 -0400 |
commit | 404e131f66b7a7749cf6ccce6d64efe28aa2aeed (patch) | |
tree | 59b446eb4782fdd01c38e3742da4f9b3cc418c5d /gr-utils/python/modtool/gr-newmod | |
parent | 34bb146a85f2de8f9b491e303d35468d68bddaa3 (diff) |
build: adding fstream include files for pedantic compilers.
Diffstat (limited to 'gr-utils/python/modtool/gr-newmod')
-rw-r--r-- | gr-utils/python/modtool/gr-newmod/lib/test_howto.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-utils/python/modtool/gr-newmod/lib/test_howto.cc b/gr-utils/python/modtool/gr-newmod/lib/test_howto.cc index f01bd5a064..cc89dc90f3 100644 --- a/gr-utils/python/modtool/gr-newmod/lib/test_howto.cc +++ b/gr-utils/python/modtool/gr-newmod/lib/test_howto.cc @@ -30,6 +30,7 @@ #include <gnuradio/unittests.h> #include "qa_howto.h" #include <iostream> +#include <fstream> int main (int argc, char **argv) |