diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-12 17:44:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-12 17:44:59 +0000 |
commit | 276f6257d405061578189f52bb452e638cd60267 (patch) | |
tree | 4b5338f64d7590897e2081b5470b92618b483dec /devel/omniNotify/files/patch-examples__legacy_clients.cc | |
parent | 7d5ac6f4778c7c5ba7485613c9acd0afa034c1ae (diff) | |
download | ports-276f6257d405061578189f52bb452e638cd60267.tar.gz ports-276f6257d405061578189f52bb452e638cd60267.zip |
Fix build with libc++
Notes
Notes:
svn path=/head/; revision=327098
Diffstat (limited to 'devel/omniNotify/files/patch-examples__legacy_clients.cc')
-rw-r--r-- | devel/omniNotify/files/patch-examples__legacy_clients.cc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/omniNotify/files/patch-examples__legacy_clients.cc b/devel/omniNotify/files/patch-examples__legacy_clients.cc new file mode 100644 index 000000000000..aa621c9dc283 --- /dev/null +++ b/devel/omniNotify/files/patch-examples__legacy_clients.cc @@ -0,0 +1,16 @@ +--- ./examples/legacy_clients.cc.orig 2003-10-23 06:39:11.000000000 +0200 ++++ ./examples/legacy_clients.cc 2013-09-12 19:42:16.061068521 +0200 +@@ -4,8 +4,11 @@ + // See legacy_clients.h + // -------------------------------------------------------------- // + +-#include <iostream.h> +-#include <iomanip.h> ++#include <iostream> ++#include <iomanip> ++ ++using namespace std; ++ + #include "thread_wrappers.h" + + #include "CosNotifyShorthands.h" |