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

--- classes/include/CflowdVersion.hh.orig Fri Aug 29 22:04:44 2003
+++ classes/include/CflowdVersion.hh Fri Aug 29 22:04:56 2003
@@ -42,6 +42,7 @@
#ifndef _CFLOWDVERSION_HH_
#define _CFLOWDVERSION_HH_
+using namespace std;
#include <string>
//---------------------------------------------------------------------------