freebsd-ports/net-mgmt/cflowd/files/patch-classes_src_CflowdRawFlowLogger.cc
Pav Lucistnik c61b6dcfeb - Fix build with gcc34
PR:		ports/111540
Submitted by:	thierry (based on his patch)
2007-06-15 17:06:41 +00:00

10 lines
284 B
C++

--- classes/src/CflowdRawFlowLogger.cc.orig Wed Dec 23 00:35:57 1998
+++ classes/src/CflowdRawFlowLogger.cc Fri Jun 15 17:02:44 2007
@@ -64,6 +64,7 @@
#include <string>
#include <strstream.h>
+#include <strstream>
#include "CflowdRawFlow.hh"
#include "CflowdRawFlowLogger.hh"