aboutsummaryrefslogtreecommitdiff
path: root/devel/omniNotify/files/patch-examples__legacy_clients.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/omniNotify/files/patch-examples__legacy_clients.cc')
-rw-r--r--devel/omniNotify/files/patch-examples__legacy_clients.cc16
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"