Salome HOME
Restore selection in the viewer by multi selector widget activation.
[modules/shaper.git] / src / GeomDataAPI / GeomDataAPI.i
index 98496183ef39a34639d9f1315577b49001cd04af..24da73652b8bbf0ddb185b9a499c39802f8940c1 100644 (file)
@@ -6,6 +6,10 @@
   #include "GeomDataAPI_Point.h"
   #include "GeomDataAPI_Dir.h"
   #include "GeomDataAPI_Point2D.h"
+
+  #include <memory>
+  #include <string>
+  #include <list>
   
   template<class T> std::shared_ptr<T> castTo(std::shared_ptr<ModelAPI_Attribute> theObject) 
   {