summaryrefslogtreecommitdiff
path: root/net-mgmt/cflowd/files/patch-classes::include::CflowdRawFlowLogger.hh
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-08-30 05:21:45 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-08-30 05:21:45 +0000
commit7cc230d57218752d8f91dd125df10785fe06a5f2 (patch)
treebd91ffc22347b9cdda06e40c2301d6ddcc4f7284 /net-mgmt/cflowd/files/patch-classes::include::CflowdRawFlowLogger.hh
parent* Use USE_MYSQL [1] (diff)
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
Notes
Notes: svn path=/head/; revision=88045
Diffstat (limited to 'net-mgmt/cflowd/files/patch-classes::include::CflowdRawFlowLogger.hh')
-rw-r--r--net-mgmt/cflowd/files/patch-classes::include::CflowdRawFlowLogger.hh11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/cflowd/files/patch-classes::include::CflowdRawFlowLogger.hh b/net-mgmt/cflowd/files/patch-classes::include::CflowdRawFlowLogger.hh
new file mode 100644
index 000000000000..d3e1118f829d
--- /dev/null
+++ b/net-mgmt/cflowd/files/patch-classes::include::CflowdRawFlowLogger.hh
@@ -0,0 +1,11 @@
+--- 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
+ //---------------------------------------------------------------------------