From 12e1f90db02b959cbef2c28b672b0f8a51d80b61 Mon Sep 17 00:00:00 2001 From: ana Date: Wed, 19 Dec 2012 13:30:34 +0000 Subject: [PATCH] Win32 compatibility --- src/GEOMUtils/GEOMUtils.hxx | 2 ++ 1 file changed, 2 insertions(+) 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); -- 2.39.2