Salome HOME
2.17. Improved management of overconstraint situation: Processing added arguments...
[modules/shaper.git] / src / GeomValidators / GeomValidators_Tools.cpp
index 9a78b5016b657e7ba80ff19dd66cab3f53c15b23..ef49c197d24bd69d48ae8108bb351b6c4509252e 100644 (file)
@@ -10,6 +10,8 @@
 #include "ModelAPI_AttributeSelection.h"
 #include "ModelAPI_AttributeReference.h"
 
+#include <TopoDS_Iterator.hxx>
+
 namespace GeomValidators_Tools {
 
   ObjectPtr getObject(const AttributePtr& theAttribute)
@@ -33,4 +35,5 @@ namespace GeomValidators_Tools {
     }
     return anObject;
   }
+
 }