Salome HOME
merge from branch DEV tag mergeto_trunk_04apr08
[modules/yacs.git] / src / runtime / TypeConversions.hxx
index e04f1b9e8b73cf9067de273392d366463eb952e6..0a316a746d8ec492135b286090408ba415aa0e35 100644 (file)
@@ -5,7 +5,7 @@
 #include <Python.h>
 #include <omniORB4/CORBA.h>
 #include <libxml/parser.h>
-#include "Any.hxx"
+#include <string>
 
 namespace YACS
 {
@@ -22,6 +22,7 @@ namespace YACS
       } ImplType;
 
     class TypeCode;
+    class Any;
 
     CORBA::TypeCode_ptr getCorbaTC(const TypeCode *t);