freebsd-ports/net-mgmt/cflowd/files/patch-classes_include_CflowdPortMatrix.hh
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

11 lines
321 B
C++

--- classes/include/CflowdPortMatrix.hh.orig Fri Jun 15 16:36:13 2007
+++ classes/include/CflowdPortMatrix.hh Fri Jun 15 16:47:35 2007
@@ -51,6 +51,8 @@
#include <map>
#include <iostream.h>
+#include <strstream>
+using namespace std;
#include "CflowdPortMatrixKey.hh"
#include "CflowdPortMatrixTrafficCounter.hh"