From: asl Date: Mon, 26 Jun 2017 08:49:17 +0000 (+0300) Subject: Porting to DEV version of OCCT X-Git-Tag: V8_4_0a1~6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f798679a179bce4f5c75d8733c803fe0a6704562;p=modules%2Fgeom.git Porting to DEV version of OCCT --- diff --git a/src/GEOMUtils/GEOMUtils.cxx b/src/GEOMUtils/GEOMUtils.cxx index 3c4fc7f62..27d89edda 100644 --- a/src/GEOMUtils/GEOMUtils.cxx +++ b/src/GEOMUtils/GEOMUtils.cxx @@ -96,6 +96,10 @@ #include #include +#if OCC_VERSION_LARGE >= 0x07010000 +#include +#endif + #include #include #include // CAREFUL ! position of this file is critic : see Lucien PIGNOLONI / OCC diff --git a/src/MeasureGUI/MeasureGUI_DimensionCreateTool.cxx b/src/MeasureGUI/MeasureGUI_DimensionCreateTool.cxx index f00f86a97..a3587cf0d 100644 --- a/src/MeasureGUI/MeasureGUI_DimensionCreateTool.cxx +++ b/src/MeasureGUI/MeasureGUI_DimensionCreateTool.cxx @@ -76,6 +76,10 @@ #include #include +#if OCC_VERSION_LARGE >= 0x07010000 +#include +#endif + // plane associated with custom data struct PlaneAndSegment diff --git a/src/MeasureGUI/MeasureGUI_DimensionInteractor.cxx b/src/MeasureGUI/MeasureGUI_DimensionInteractor.cxx index 8a7eaf259..fa63bceb9 100644 --- a/src/MeasureGUI/MeasureGUI_DimensionInteractor.cxx +++ b/src/MeasureGUI/MeasureGUI_DimensionInteractor.cxx @@ -56,6 +56,10 @@ #include #include +#if OCC_VERSION_LARGE >= 0x07010000 +#include +#endif + //================================================================================= // function : Constructor // purpose :