14 lines
291 B
Text
14 lines
291 B
Text
|
Index: src/Iutil.cxx
|
||
|
--- src/Iutil.cxx.orig
|
||
|
+++ src/Iutil.cxx
|
||
|
@@ -46,7 +46,8 @@ Author: Nassib Nassar, nrn@cnidr.org
|
||
|
#endif
|
||
|
#include <errno.h>
|
||
|
#include <string.h>
|
||
|
-#include <iostream.h>
|
||
|
+#include <iostream>
|
||
|
+using std::cin;
|
||
|
#include <locale.h>
|
||
|
|
||
|
#if defined(_MSDOS) || defined(_WIN32)
|