Salome HOME
Porting to DEV version of OCCT
authorasl <asl@opencascade.com>
Mon, 26 Jun 2017 08:49:17 +0000 (11:49 +0300)
committerrnv <rnv@opencascade.com>
Thu, 6 Jul 2017 11:37:06 +0000 (14:37 +0300)
src/GEOMUtils/GEOMUtils.cxx
src/MeasureGUI/MeasureGUI_DimensionCreateTool.cxx
src/MeasureGUI/MeasureGUI_DimensionInteractor.cxx

index 3c4fc7f62a63caf212f4b7c4add631edd1a579b9..27d89edda864307aa7c91b3f95ba1f30ea131d42 100644 (file)
 #include <sstream>
 #include <algorithm>
 
+#if OCC_VERSION_LARGE >= 0x07010000
+#include <V3d_Coordinate.hxx>
+#endif
+
 #include <Standard_Failure.hxx>
 #include <Standard_NullObject.hxx>
 #include <Standard_ErrorHandler.hxx> // CAREFUL ! position of this file is critic : see Lucien PIGNOLONI / OCC
index f00f86a9759a4c16d97d60d64c7d71f0cac8749e..a3587cf0de753bd7626f5e3d7a8acd69d93156b5 100644 (file)
 #include <TColgp_SequenceOfDir.hxx>
 #include <V3d_View.hxx>
 
+#if OCC_VERSION_LARGE >= 0x07010000
+#include <Quantity_Parameter.hxx>
+#endif
+
 
 // plane associated with custom data
 struct PlaneAndSegment
index 8a7eaf259a776122ffd3559d7240dc2ae3b6d863..fa63bceb97cf34c08940b05c37d17688fb661148 100644 (file)
 #include <Geom_Plane.hxx>
 #include <NCollection_Sequence.hxx>
 
+#if OCC_VERSION_LARGE >= 0x07010000
+#include <Quantity_Length.hxx>
+#endif
+
 //=================================================================================
 // function : Constructor
 // purpose  :