summaryrefslogtreecommitdiff
path: root/gr-utils/python/modtool/gr-newmod
diff options
context:
space:
mode:
authorTom Rondeau <tom@trondeau.com>2014-07-25 17:59:12 -0400
committerTom Rondeau <tom@trondeau.com>2014-07-25 17:59:12 -0400
commit404e131f66b7a7749cf6ccce6d64efe28aa2aeed (patch)
tree59b446eb4782fdd01c38e3742da4f9b3cc418c5d /gr-utils/python/modtool/gr-newmod
parent34bb146a85f2de8f9b491e303d35468d68bddaa3 (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.cc1
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)