--- helpers/petran-1.1.0/inc/h_utl.h.orig	2012-11-29 00:12:09.000000000 +0900
+++ helpers/petran-1.1.0/inc/h_utl.h	2012-11-29 00:41:12.000000000 +0900
@@ -7,14 +7,18 @@
 #define __H_UTL_H__
 //
 #include <stdio.h>
-#include <iostream.h>
+#include <iostream>
+using std::ofstream;
+using std::cout;
+using std::cerr;
+using std::endl;
 #if __GNUC__ >= 3
 #include <sstream>
 #define istrstream std::istringstream
 #else
 #include <strstream.h>
 #endif
-#include <fstream.h>
+#include <fstream>
 #include <e32std.h>
 
 #define ALIGN4K(a) ((a+0xfff)&0xfffff000)
