From: azv Date: Fri, 31 Mar 2017 12:36:41 +0000 (+0300) Subject: Fix problem with unit tests on CentOS X-Git-Tag: V_2.7.0~114 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=de16c210a6c0cd034d143d0f9b37e089cdf2ed7e;p=modules%2Fshaper.git Fix problem with unit tests on CentOS --- diff --git a/src/SketchSolver/SketchSolver_ConstraintFixed.cpp b/src/SketchSolver/SketchSolver_ConstraintFixed.cpp index 3ee49eccf..7cf8a2abe 100644 --- a/src/SketchSolver/SketchSolver_ConstraintFixed.cpp +++ b/src/SketchSolver/SketchSolver_ConstraintFixed.cpp @@ -8,7 +8,7 @@ #include #include -#include +#include #include @@ -127,8 +127,8 @@ void SketchSolver_ConstraintFixed::getAttributes( { if (myBaseFeature) { // if the feature is copy, do not move it - std::shared_ptr aSketchFeature = - std::dynamic_pointer_cast(myBaseFeature); + std::shared_ptr aSketchFeature = + std::dynamic_pointer_cast(myBaseFeature); if (aSketchFeature && aSketchFeature->isCopy()) { myStorage->setNeedToResolve(true); return;