aboutsummaryrefslogtreecommitdiff
path: root/textproc/kbedic/files/src::cbedic.cpp.patch
blob: 1d7fcab02e72810b879033917e5461795351fb9e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- src/cbedic.cpp.old	Fri Dec 12 04:51:13 2003
+++ src/cbedic.cpp	Fri Dec 12 04:51:35 2003
@@ -24,10 +24,12 @@
 **********************************************************************/
 
 
-#include <iostream.h>
+#include <iostream>
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>
+
+using namespace std;
 
 #include "defaults.h"
 #include "translator.h"