From: stv Date: Mon, 20 Feb 2006 09:17:40 +0000 (+0000) Subject: Updated SALOME Kernel sources for building under Ms Visual .NET on Windows platform. X-Git-Tag: LAST_STABLE_VERSION_21_09_2006_ON_3_2_0~77 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b7b949530e1ff69b2b73d43f037a138dc67f2a60;p=modules%2Fkernel.git Updated SALOME Kernel sources for building under Ms Visual .NET on Windows platform. --- diff --git a/src/SALOMEDS/SALOMEDS_Client.cxx b/src/SALOMEDS/SALOMEDS_Client.cxx index 8a19fe9e2..0495e2ead 100644 --- a/src/SALOMEDS/SALOMEDS_Client.cxx +++ b/src/SALOMEDS/SALOMEDS_Client.cxx @@ -26,12 +26,14 @@ // Module : SALOME // $Header$ -#include -#include CORBA_SERVER_HEADER(SALOMEDS) #include "SALOMEDS_StudyManager_i.hxx" #include "utilities.h" #include "SALOMEDS_AttributeName_i.hxx" #include "HDFOI.hxx" + +#include +#include CORBA_SERVER_HEADER(SALOMEDS) + using namespace std; //============================================================================