--- helpers/petran-1.1.0/inc/e32image.h.orig	2012-11-29 00:11:38.000000000 +0900
+++ helpers/petran-1.1.0/inc/e32image.h	2012-11-29 00:36:59.000000000 +0900
@@ -6,7 +6,10 @@
 #ifndef __E32IMAGE_H__
 #define __E32IMAGE_H__
 
-#include <fstream.h>
+#include <fstream>
+using std::ifstream;
+using std::ofstream;
+using std::ios;
 #include <e32std.h>
 #include "pe_defs.h"
 #include "pe_file.h"
