Salome HOME
Merge branch 'master' into BR_PYTHON_PLUGIN
[modules/shaper.git] / src / ModelAPI / ModelAPI_Session.cpp
index 137f8f8a54abce115a3e9970efb20d32bc507a25..ccb0c8f52bc9997439c88a9d76562a2a8b3e4adb 100644 (file)
@@ -23,6 +23,7 @@
 #include <ModelAPI_AttributeRefList.h>
 #include <ModelAPI_AttributeBoolean.h>
 #include <ModelAPI_AttributeSelection.h>
+#include <ModelAPI_AttributeSelectionList.h>
 #include <ModelAPI_Events.h>
 #include <ModelAPI_Validator.h>
 
@@ -43,10 +44,6 @@ using namespace std;
 /// Manager that will be initialized from Model package, one per application
 boost::shared_ptr<ModelAPI_Session> MY_MANAGER;
 
-ModelAPI_Session::ModelAPI_Session()
-{
-}
-
 void ModelAPI_Session::setSession(boost::shared_ptr<ModelAPI_Session> theManager)
 {
   MY_MANAGER = theManager;