From: mnt Date: Thu, 30 Jun 2016 07:57:53 +0000 (+0300) Subject: Fix compilation problem X-Git-Tag: V8_1_0a1~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5535f6364f5396d6db17620f4feeba09303a6ccd;p=modules%2Fsmesh.git Fix compilation problem --- diff --git a/src/SMESH/SMESH_Mesh.hxx b/src/SMESH/SMESH_Mesh.hxx index da79ce1bf..6a6953074 100644 --- a/src/SMESH/SMESH_Mesh.hxx +++ b/src/SMESH/SMESH_Mesh.hxx @@ -43,7 +43,7 @@ #include #include - +#include #ifdef WIN32 #pragma warning(disable:4251) // Warning DLL Interface ...