Salome HOME
Separate classes related to Filters in Model/ModelAPI
[modules/shaper.git] / src / FiltersPlugin / FiltersPlugin_Plugin.cpp
index 92ff9b1a1676735a7c0dedaeb846baae1cbb1c5c..6f0b9886c0c78726d70f453af037d4a599b3dc47 100644 (file)
@@ -25,7 +25,7 @@
 #include "FiltersPlugin_OnPlane.h"
 
 #include <ModelAPI_Session.h>
-#include <ModelAPI_Filter.h>
+#include <ModelAPI_FiltersFactory.h>
 
 // the only created instance of this plugin
 static FiltersPlugin_Plugin* MY_VIEWFILTERS_INSTANCE = new FiltersPlugin_Plugin();