blob: 8efd50e70ba9495d2dae9ad4444c484a88b498a4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- ./lib/RDIParser_l.cc.orig 2003-10-23 06:39:12.000000000 +0200
+++ ./lib/RDIParser_l.cc 2013-09-12 19:37:04.939058703 +0200
@@ -53,7 +53,8 @@
#ifdef __cplusplus
#include <stdlib.h>
-#include <iostream.h>
+#include <iostream>
+using namespace std;
/* Use prototypes in function declarations. */
#define YY_USE_PROTOS
|