aboutsummaryrefslogtreecommitdiff
path: root/devel/omniNotify/files/patch-include__ModFlexLexer.h
blob: acfde0492351d056fb962bafe3a7094aebd1b708 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- ./include/ModFlexLexer.h.orig	2003-10-23 06:39:11.000000000 +0200
+++ ./include/ModFlexLexer.h	2013-09-12 19:36:38.753063172 +0200
@@ -88,7 +88,8 @@
 // Never included before - need to define base class.
 #define __FLEX_LEXER_H
 
-#include <iostream.h>
+#include <iostream>
+using namespace std;
 
 extern "C++" {