From: vsr Date: Mon, 13 Feb 2012 07:53:42 +0000 (+0000) Subject: Fix compilation error on Windows X-Git-Tag: V6_5_0a1~139 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f39558c4e3ed247499e8694b84647a137c30a044;p=modules%2Fsmesh.git Fix compilation error on Windows --- diff --git a/src/SMESH_I/SMESH_2smeshpy.hxx b/src/SMESH_I/SMESH_2smeshpy.hxx index e1e5f1e8d..9fc3c3291 100644 --- a/src/SMESH_I/SMESH_2smeshpy.hxx +++ b/src/SMESH_I/SMESH_2smeshpy.hxx @@ -37,7 +37,8 @@ #include #include -#include CORBA_SERVER_HEADER(SALOMEDS) +#include +#include CORBA_CLIENT_HEADER(SALOMEDS) // =========================================================================================== /*!