X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FSketchAPI%2FSketchAPI_Translation.h;h=1e21838ab45c3daad0865cab5ffbb34aef6639e9;hb=b707e7178424958f7dc1ed87a0aabd813f671d88;hp=aee6e38bfab883e8fcad08b2efe09378b89762ba;hpb=63f80d9837b4dcb16e9fafc3b07fac36f6f7b00d;p=modules%2Fshaper.git diff --git a/src/SketchAPI/SketchAPI_Translation.h b/src/SketchAPI/SketchAPI_Translation.h index aee6e38bf..1e21838ab 100644 --- a/src/SketchAPI/SketchAPI_Translation.h +++ b/src/SketchAPI/SketchAPI_Translation.h @@ -1,6 +1,6 @@ // Copyright (C) 2014-20xx CEA/DEN, EDF R&D // Name : SketchAPI_Translation.h -// Purpose: +// Purpose: // // History: // 16/06/16 - Sergey POKHODENKO - Creation of the file @@ -10,6 +10,7 @@ //-------------------------------------------------------------------------------------- #include "SketchAPI.h" +#include "SketchAPI_SketchEntity.h" #include @@ -63,7 +64,7 @@ public: /// List of translated objects SKETCHAPI_EXPORT - std::list > translated() const; + std::list > translated() const; /// Dump wrapped feature virtual void dump(ModelHighAPI_Dumper& theDumper) const;