From: mpv Date: Mon, 3 Sep 2018 14:56:15 +0000 (+0300) Subject: Make compilable on Linux X-Git-Tag: V9_2_0a1~70 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=dbea1469ffa2102847257352dde84dbc570520c6;p=modules%2Fshaper.git Make compilable on Linux --- diff --git a/src/GeomValidators/GeomValidators_NotSelfIntersected.cpp b/src/GeomValidators/GeomValidators_NotSelfIntersected.cpp index dc83cd196..7ab81f26c 100644 --- a/src/GeomValidators/GeomValidators_NotSelfIntersected.cpp +++ b/src/GeomValidators/GeomValidators_NotSelfIntersected.cpp @@ -25,7 +25,7 @@ #include #include -#include > +#include #include bool GeomValidators_NotSelfIntersected::isValid(const std::shared_ptr& theFeature,