Salome HOME
Merge branch 'master' of newgeom:newgeom
[modules/shaper.git] / src / GeomAPI / GeomAPI.i
index 717c7d264ad4ded423606aaa3888e3f0f0add158..3f65f05f21ba8978b0bdeec124704d11051ce7bd 100644 (file)
@@ -1,7 +1,7 @@
 /* GeomAPI.i */
 %module GeomAPI
 %{
-  #include "memory"
+  #include "boost/shared_ptr.hpp"
   #include "GeomAPI.h"
   #include "GeomAPI_Interface.h"
   #include "GeomAPI_Pnt.h"
@@ -14,7 +14,8 @@
 // standard definitions
 %include "typemaps.i"
 %include "std_string.i"
-%include <std_shared_ptr.i>
+//%include <std_shared_ptr.i>
+%include <boost_shared_ptr.i>
 
 // boost pointers
 // %include <boost_shared_ptr.i>