diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-30 05:21:45 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-30 05:21:45 +0000 |
commit | 7cc230d57218752d8f91dd125df10785fe06a5f2 (patch) | |
tree | bd91ffc22347b9cdda06e40c2301d6ddcc4f7284 /net-mgmt/cflowd/files/patch-classes::include::CflowdVersion.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 '')
-rw-r--r-- | net-mgmt/cflowd/files/patch-classes::include::CflowdVersion.hh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-mgmt/cflowd/files/patch-classes::include::CflowdVersion.hh b/net-mgmt/cflowd/files/patch-classes::include::CflowdVersion.hh new file mode 100644 index 000000000000..b5352ae38c19 --- /dev/null +++ b/net-mgmt/cflowd/files/patch-classes::include::CflowdVersion.hh @@ -0,0 +1,10 @@ +--- 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> + + //--------------------------------------------------------------------------- |