freebsd-ports/net-mgmt/cflowd/files/patch-classes::include::CflowdRawFlowLogger.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
442 B
C++

--- classes/include/CflowdRawFlowLogger.hh.orig Fri Aug 29 21:59:45 2003
+++ classes/include/CflowdRawFlowLogger.hh Fri Aug 29 22:00:04 2003
@@ -42,6 +42,8 @@
#ifndef _CFLOWDRAWFLOWLOGGER_HH_
#define _CFLOWDRAWFLOWLOGGER_HH_
+using namespace std;
+
//---------------------------------------------------------------------------
// class CflowdRawFlowLogger
//---------------------------------------------------------------------------