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

10 lines
318 B
C++

--- classes/include/CflowdInterfaceMatrix.hh.bak Mon Sep 21 20:54:27 1998
+++ classes/include/CflowdInterfaceMatrix.hh Fri Jun 15 16:54:18 2007
@@ -50,6 +50,7 @@
#include <map>
#include <iostream.h>
+using namespace std;
#include "CflowdInterfaceMatrixKey.hh"
#include "CflowdInterfaceMatrixTrafficCounter.hh"