freebsd-ports/net-mgmt/cflowd/files/patch-apps::cflowdmux::CflowdRawFlowClientList.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

10 lines
312 B
C++

--- apps/cflowdmux/CflowdRawFlowClientList.hh.orig Fri Aug 29 22:10:51 2003
+++ apps/cflowdmux/CflowdRawFlowClientList.hh Fri Aug 29 22:11:03 2003
@@ -51,6 +51,7 @@
#include "caida_t.h"
}
+using namespace std;
#include <list>
//---------------------------------------------------------------------------