From a5e16a6c596984438c53fbf17d0f812616320aa3 Mon Sep 17 00:00:00 2001 From: jcorgan Date: Tue, 16 Oct 2007 17:56:14 +0000 Subject: [PATCH] Add missing include for ::write git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6634 221aa14e-8319-0410-a670-987f0aec2ac5 --- gnuradio-core/src/lib/runtime/gr_top_block.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/gnuradio-core/src/lib/runtime/gr_top_block.cc b/gnuradio-core/src/lib/runtime/gr_top_block.cc index 10e37720..b2523afc 100644 --- a/gnuradio-core/src/lib/runtime/gr_top_block.cc +++ b/gnuradio-core/src/lib/runtime/gr_top_block.cc @@ -24,6 +24,7 @@ #include "config.h" #endif +#include #include #include #include -- 2.47.2