X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomValidators%2FGeomValidators_Tools.cpp;h=ef49c197d24bd69d48ae8108bb351b6c4509252e;hb=4fc2dc9fdc0c14fab5f2780598eccdc1368d81b9;hp=9a78b5016b657e7ba80ff19dd66cab3f53c15b23;hpb=762c91644fd2b5eeb99e7ad783b844b565e9ae9d;p=modules%2Fshaper.git diff --git a/src/GeomValidators/GeomValidators_Tools.cpp b/src/GeomValidators/GeomValidators_Tools.cpp index 9a78b5016..ef49c197d 100644 --- a/src/GeomValidators/GeomValidators_Tools.cpp +++ b/src/GeomValidators/GeomValidators_Tools.cpp @@ -10,6 +10,8 @@ #include "ModelAPI_AttributeSelection.h" #include "ModelAPI_AttributeReference.h" +#include + namespace GeomValidators_Tools { ObjectPtr getObject(const AttributePtr& theAttribute) @@ -33,4 +35,5 @@ namespace GeomValidators_Tools { } return anObject; } + }