]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Fix compilation error.
authorArtem Zhidkov <Artem.Zhidkov@opencascade.com>
Fri, 15 May 2020 12:36:50 +0000 (15:36 +0300)
committerArtem Zhidkov <Artem.Zhidkov@opencascade.com>
Fri, 15 May 2020 12:36:50 +0000 (15:36 +0300)
src/ConstructionPlugin/ConstructionPlugin_Plane.cpp

index 6863ee74c394587df9ef81c48be2f00120fe4a1c..0b81fca6534558d859a3d8dd83528334c92131f5 100644 (file)
@@ -46,6 +46,8 @@
 #include <ModelAPI_Session.h>
 #include <ModelAPI_Validator.h>
 
+#include <cfloat>
+
 
 static GeomShapePtr faceByThreeVertices(const std::shared_ptr<GeomAPI_Vertex> theV1,
                                         const std::shared_ptr<GeomAPI_Vertex> theV2,