Salome HOME
PR: mergefrom_BR_CCRT_11Nov04
[modules/kernel.git] / src / Utils / Utils_Timer.cxx
index f594aba9be5b2bebdae2d759fc662d2924f67fe6..67153429ee3c715d27d0cf8bbcfe4195232bd652 100644 (file)
 //  Module : SALOME
 
 # include "Utils_Timer.hxx"
-# include <stream.h>
-using namespace std;
+# include <iostream>
 
 #include "utilities.h"
+using namespace std;
 
 static struct timezone *tz=(struct timezone*) malloc(sizeof(struct timezone));