]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Fix compilation error on Linux (#include <cmath>)
authorazv <azv@opencascade.com>
Mon, 24 Jun 2019 12:59:04 +0000 (15:59 +0300)
committerazv <azv@opencascade.com>
Mon, 24 Jun 2019 12:59:04 +0000 (15:59 +0300)
src/FiltersPlugin/FiltersPlugin_VerticalFace.cpp

index 49fd944c6e7098826aa69d809b79ed56dabceec6..56ab8ff2ba9214594e6aa5b6269b65f73896ad4d 100644 (file)
@@ -25,6 +25,8 @@
 #include <GeomAPI_Shell.h>
 #include <GeomAPI_Cylinder.h>
 
+#include <cmath>
+
 bool FiltersPlugin_VerticalFace::isSupported(GeomAPI_Shape::ShapeType theType) const
 {
   return theType == GeomAPI_Shape::FACE;