Salome HOME
PR: mergefrom_PAL_OCC_21Oct04
[modules/kernel.git] / src / ModuleCatalog / SALOME_ModuleCatalog_Parser_IO.cxx
index 4864f32a451ca8acf5cc713840ae91c1e9e022c8..98ac7336ffb17ca417b84c825d544434d4bc0bb2 100644 (file)
 
 #include "SALOME_ModuleCatalog_Parser_IO.hxx"
 #include <string>
+#include <iostream>
 #include "utilities.h"
 
+using namespace std;
+
 std::ostream & operator<< (std::ostream & f, const ParserParameter & P)
 {
   f << "          name :       " << P.name << std::endl;