aboutsummaryrefslogtreecommitdiff
path: root/devel/omniNotify/files/patch-examples__parse_cmd_line.h
blob: 22f5a889a1cf7d8c92cddd22c1d7659a83f671da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- ./examples/parse_cmd_line.h.orig	2003-10-23 06:39:11.000000000 +0200
+++ ./examples/parse_cmd_line.h	2013-09-12 19:37:33.527063786 +0200
@@ -4,7 +4,8 @@
 #define _PARSE_CMD_LINE_H
 
 #include <stdlib.h>
-#include <iostream.h>
+#include <iostream>
+using namespace std;
 
 #include "CosNotifyShorthands.h"