]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Win32 compatibility
authorana <ana@opencascade.com>
Wed, 19 Dec 2012 13:30:34 +0000 (13:30 +0000)
committerana <ana@opencascade.com>
Wed, 19 Dec 2012 13:30:34 +0000 (13:30 +0000)
src/GEOMUtils/GEOMUtils.hxx

index dc315af58925d9bd2c000c7d0df6d4c922d25cb0..d6b10816f2e446bd784d766eeac6dc8918432d44 100644 (file)
@@ -33,6 +33,8 @@
 
 #include <NCollection_DataMap.hxx>
 
+#include <functional>
+
 inline Standard_Boolean IsEqual (const TopoDS_Shape& S1, const TopoDS_Shape& S2)
 {
   return S1.IsSame(S2);