From ba10f3f697648a036b815689538319bd106b8817 Mon Sep 17 00:00:00 2001 From: vsr Date: Mon, 25 Jun 2012 05:59:39 +0000 Subject: [PATCH] Win compatibility (fix compilation error introduced by previous integration) --- src/tepal2med/ghs3dprl_mesh_wrap.cxx | 2 ++ src/tepal2med/tepal2med.cxx | 2 ++ 2 files changed, 4 insertions(+) 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 -- 2.39.2