X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomValidators%2FGeomValidators_Tools.h;h=b4a44fe58a550d9e3501107db4db689660e17875;hb=3e6012473696e5fd94e3c8240e2e1eda8def1743;hp=bb1db6644187aa3a0507af235fccd1cc8b64ecf7;hpb=9b6fa5ea0662642f58e278af3798f4dc9ddd0acf;p=modules%2Fshaper.git diff --git a/src/GeomValidators/GeomValidators_Tools.h b/src/GeomValidators/GeomValidators_Tools.h index bb1db6644..b4a44fe58 100644 --- a/src/GeomValidators/GeomValidators_Tools.h +++ b/src/GeomValidators/GeomValidators_Tools.h @@ -11,11 +11,13 @@ #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); };