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 /gnuradio-runtime/lib/test_runtime.cc | |
parent | 34bb146a85f2de8f9b491e303d35468d68bddaa3 (diff) |
build: adding fstream include files for pedantic compilers.
Diffstat (limited to 'gnuradio-runtime/lib/test_runtime.cc')
-rw-r--r-- | gnuradio-runtime/lib/test_runtime.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnuradio-runtime/lib/test_runtime.cc b/gnuradio-runtime/lib/test_runtime.cc index 1285302eb4..6f75bcc1b1 100644 --- a/gnuradio-runtime/lib/test_runtime.cc +++ b/gnuradio-runtime/lib/test_runtime.cc @@ -29,6 +29,7 @@ #include <gnuradio/unittests.h> #include <qa_runtime.h> +#include <fstream> int main (int argc, char **argv) |