From b7b949530e1ff69b2b73d43f037a138dc67f2a60 Mon Sep 17 00:00:00 2001 From: stv Date: Mon, 20 Feb 2006 09:17:40 +0000 Subject: [PATCH] Updated SALOME Kernel sources for building under Ms Visual .NET on Windows platform. --- src/SALOMEDS/SALOMEDS_Client.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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; //============================================================================ -- 2.39.2