Salome HOME
Better management of errors.
[modules/shaper.git] / src / GeomValidators / GeomValidators_Tools.h
index bb1db6644187aa3a0507af235fccd1cc8b64ecf7..b4a44fe58a550d9e3501107db4db689660e17875 100644 (file)
 #include "ModelAPI_Object.h"
 #include "ModelAPI_Attribute.h"
 
+#include "TopAbs_ShapeEnum.hxx"
+#include "TopoDS_Shape.hxx"
 
 namespace GeomValidators_Tools
 {
   // Returns the object from the attribute
-  /// \param theObj an object 
+  /// \param theObj an object
   GEOMVALIDATORS_EXPORT ObjectPtr getObject(const AttributePtr& theAttribute);
 
 };