From 404e131f66b7a7749cf6ccce6d64efe28aa2aeed Mon Sep 17 00:00:00 2001
From: Tom Rondeau <tom@trondeau.com>
Date: Fri, 25 Jul 2014 17:59:12 -0400
Subject: build: adding fstream include files for pedantic compilers.

---
 gr-utils/python/modtool/gr-newmod/lib/test_howto.cc | 1 +
 1 file changed, 1 insertion(+)

(limited to 'gr-utils/python/modtool/gr-newmod/lib/test_howto.cc')

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)
-- 
cgit v1.2.3