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

--- classes/include/CflowdNextHopTable.hh.orig Fri Jun 15 16:54:56 2007
+++ classes/include/CflowdNextHopTable.hh Fri Jun 15 16:58:39 2007
@@ -52,6 +52,7 @@
}
#include <map>
+using namespace std;
#include "ArtsPrimitive.hh"
#include "CflowdNextHopTableTrafficCounter.hh"