freebsd-ports/net-mgmt/cflowd/files/patch-classes::include::CflowdCisco.hh
Edwin Groothuis 7cc230d572 Unbreak net/cflowd by adding "using namespace std" to several places
in the code.

Informed maintainer.

PR:		ports/48382 (it all started with this one)
Submtited by:	Will Saxon <wills@housing.ufl.edu> and me
2003-08-30 05:21:45 +00:00

11 lines
301 B
C++

--- classes/include/CflowdCisco.hh.orig Fri Aug 29 20:49:59 2003
+++ classes/include/CflowdCisco.hh Fri Aug 29 20:53:49 2003
@@ -48,6 +48,8 @@
#include "caida_t.h"
}
+using namespace std;
+
#include "CflowdRawFlow.hh"
#include "CflowdRawFlowLogger.hh"
#include "CflowdCiscoFlowInterfaceMap.hh"