From: ana Date: Wed, 19 Dec 2012 13:30:34 +0000 (+0000) Subject: Win32 compatibility X-Git-Tag: V6_main_FINAL~87 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=12e1f90db02b959cbef2c28b672b0f8a51d80b61;p=modules%2Fgeom.git Win32 compatibility --- diff --git a/src/GEOMUtils/GEOMUtils.hxx b/src/GEOMUtils/GEOMUtils.hxx index dc315af58..d6b10816f 100644 --- a/src/GEOMUtils/GEOMUtils.hxx +++ b/src/GEOMUtils/GEOMUtils.hxx @@ -33,6 +33,8 @@ #include +#include + inline Standard_Boolean IsEqual (const TopoDS_Shape& S1, const TopoDS_Shape& S2) { return S1.IsSame(S2);