Index: trunk/MagicSoft/Simulation/Detector/include-CORSIKA/COREventHeader.hxx
===================================================================
--- trunk/MagicSoft/Simulation/Detector/include-CORSIKA/COREventHeader.hxx	(revision 3046)
+++ trunk/MagicSoft/Simulation/Detector/include-CORSIKA/COREventHeader.hxx	(revision 5103)
@@ -27,11 +27,13 @@
 #include "TObject.h"
 
-#include <iostream.h>
-#include <iomanip.h>
-#include <fstream.h>
+#include <iostream>
+#include <iomanip>
+#include <fstream>
 #include <stdlib.h>
 #include <math.h>
-#include <string.h>
+#include <string>
 // @endcode
+
+using namespace std;
 
 // @subsection Class {\em COREventHeader}: Definition
