From: vsr Date: Mon, 25 Jun 2012 05:59:39 +0000 (+0000) Subject: Win compatibility (fix compilation error introduced by previous integration) X-Git-Tag: V6_6_0a1~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ba10f3f697648a036b815689538319bd106b8817;p=plugins%2Fghs3dprlplugin.git Win compatibility (fix compilation error introduced by previous integration) --- diff --git a/src/tepal2med/ghs3dprl_mesh_wrap.cxx b/src/tepal2med/ghs3dprl_mesh_wrap.cxx index 8433fe4..aaeb05c 100755 --- a/src/tepal2med/ghs3dprl_mesh_wrap.cxx +++ b/src/tepal2med/ghs3dprl_mesh_wrap.cxx @@ -28,7 +28,9 @@ #include #include #include +#ifndef WIN32 #include +#endif #include #include diff --git a/src/tepal2med/tepal2med.cxx b/src/tepal2med/tepal2med.cxx index dd2998c..bbbdf4f 100755 --- a/src/tepal2med/tepal2med.cxx +++ b/src/tepal2med/tepal2med.cxx @@ -34,7 +34,9 @@ #include #include #include +#ifndef WIN32 #include +#endif #include