freebsd-ports/net-mgmt/cflowd/files/patch-classes_include_CflowdTosTable.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
267 B
C++

--- classes/include/CflowdTosTable.hh.orig Fri Jun 15 17:03:50 2007
+++ classes/include/CflowdTosTable.hh Fri Jun 15 17:06:19 2007
@@ -50,6 +50,7 @@
}
#include <map>
+using namespace std;
#include "ArtsPrimitive.hh"
#include "CflowdTosTableTrafficCounter.hh"