]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/GeomValidators/GeomValidators_DifferentShapes.cpp
Salome HOME
#2027 Sketcher Trim Feature: 1. preview/selected attributes in trim; 2. avoid includi...
[modules/shaper.git] / src / GeomValidators / GeomValidators_DifferentShapes.cpp
index 01eb0409a75857c9c14d2d6614ebc9d804a80a5d..c9c16e663664611a04362fa14bcd0f1a3b949b04 100644 (file)
@@ -11,6 +11,8 @@
 #include <ModelAPI_AttributeSelection.h>
 #include "ModelAPI_Object.h"
 
+#include <GeomAPI_Shape.h>
+
 bool GeomValidators_DifferentShapes::isValid(const AttributePtr& theAttribute,
                                       const std::list<std::string>& theArguments,
                                       Events_InfoMessage& theError) const