Salome HOME
PR: merge from BR_DATACONV_PR tag "mergeto_trunk_25oct06"
[modules/yacs.git] / src / engine / Switch.cxx
index 93779d626fba87c96b5babf884502f344a87941e..4d4ad76f72e29a53768ee1e8011be7356d9a6aaf 100644 (file)
@@ -1,8 +1,9 @@
 #include "Switch.hxx"
 
 using namespace YACS::ENGINE;
+using namespace std;
 
-Switch::Switch(const std::string& name):ComposedNode(name)
+Switch::Switch(const string& name):ComposedNode(name)
 {
 }