X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchAPI%2FSketchAPI_Mirror.h;h=9beb958ffdac4a6ffc772f766e2dfd4835b00ebd;hb=ff4d5d0f42cf5d24b86b2bd2b6e1f58e74f52032;hp=518dd8b197acd4e38b962d0d51b0593a680d726f;hpb=423c10234142d14d0d5de89383f2f96a4ec5930f;p=modules%2Fshaper.git diff --git a/src/SketchAPI/SketchAPI_Mirror.h b/src/SketchAPI/SketchAPI_Mirror.h index 518dd8b19..9beb958ff 100644 --- a/src/SketchAPI/SketchAPI_Mirror.h +++ b/src/SketchAPI/SketchAPI_Mirror.h @@ -10,6 +10,7 @@ //-------------------------------------------------------------------------------------- #include "SketchAPI.h" +#include "SketchAPI_SketchEntity.h" #include @@ -53,7 +54,7 @@ public: /// List of mirrored objects SKETCHAPI_EXPORT - std::list > mirrored() const; + std::list > mirrored() const; /// Dump wrapped feature virtual void dump(ModelHighAPI_Dumper& theDumper) const;