summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/lib
diff options
context:
space:
mode:
authorJohnathan Corgan2011-03-14 19:49:08 -0700
committerJohnathan Corgan2011-03-14 19:49:08 -0700
commita12b611f1fb5e409cefd311aa2537168e65d6f46 (patch)
tree6826d0251e1af0a39993f8f87e7ae865471b505c /gnuradio-core/src/lib
parent3dd7ff3e738ed37e94bc9ee63a45c922417a4830 (diff)
parentaedfa8ec254f1def125167a77a50bb0eec4ab00c (diff)
downloadgnuradio-a12b611f1fb5e409cefd311aa2537168e65d6f46.tar.gz
gnuradio-a12b611f1fb5e409cefd311aa2537168e65d6f46.tar.bz2
gnuradio-a12b611f1fb5e409cefd311aa2537168e65d6f46.zip
Merge remote branch 'jblum/mergeme/misc/gr_flowgraph_include_iterator' into next
* jblum/mergeme/misc/gr_flowgraph_include_iterator: gr_flowgraph.cc explicit include of <iterator>
Diffstat (limited to 'gnuradio-core/src/lib')
-rw-r--r--gnuradio-core/src/lib/runtime/gr_flowgraph.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnuradio-core/src/lib/runtime/gr_flowgraph.cc b/gnuradio-core/src/lib/runtime/gr_flowgraph.cc
index 27f6257cc..0d3bbb011 100644
--- a/gnuradio-core/src/lib/runtime/gr_flowgraph.cc
+++ b/gnuradio-core/src/lib/runtime/gr_flowgraph.cc
@@ -1,6 +1,6 @@
/* -*- c++ -*- */
/*
- * Copyright 2007 Free Software Foundation, Inc.
+ * Copyright 2007,2011 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
@@ -28,6 +28,7 @@
#include <gr_io_signature.h>
#include <stdexcept>
#include <sstream>
+#include <iterator>
#define GR_FLOWGRAPH_DEBUG 0