]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Fix compilation error on Linux. Part IV.
authorazv <azv@opencascade.com>
Tue, 15 Dec 2015 07:26:33 +0000 (10:26 +0300)
committerazv <azv@opencascade.com>
Tue, 15 Dec 2015 07:26:33 +0000 (10:26 +0300)
src/SketchSolver/SketchSolver_ConstraintMultiRotation.cpp

index 89448c0a936e73187a24df09b1dcb28b7797237c..91fd4bf40cfdf9d0d0909ad05af121d8096378e2 100644 (file)
@@ -13,8 +13,8 @@
 ////
 ////#include <GeomAPI_Dir2d.h>
 ////#include <GeomAPI_XY.h>
-////
-////#include <math.h>
+
+#include <math.h>
 
 void SketchSolver_ConstraintMultiRotation::getAttributes(
     EntityWrapperPtr& theCenter, double& theAngle,