From: Artem Zhidkov Date: Fri, 15 May 2020 12:36:50 +0000 (+0300) Subject: Fix compilation error. X-Git-Tag: V9_5_0b1~2^2~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=03a36376c62149cbadb063fdca4ef6598b8fe3f0;p=modules%2Fshaper.git Fix compilation error. --- diff --git a/src/ConstructionPlugin/ConstructionPlugin_Plane.cpp b/src/ConstructionPlugin/ConstructionPlugin_Plane.cpp index 6863ee74c..0b81fca65 100644 --- a/src/ConstructionPlugin/ConstructionPlugin_Plane.cpp +++ b/src/ConstructionPlugin/ConstructionPlugin_Plane.cpp @@ -46,6 +46,8 @@ #include #include +#include + static GeomShapePtr faceByThreeVertices(const std::shared_ptr theV1, const std::shared_ptr theV2,