From d21fe8ef2e61f639aecce3d6bd2cfa49129df96e Mon Sep 17 00:00:00 2001 From: abd Date: Thu, 29 Jun 2006 13:20:46 +0000 Subject: [PATCH] Rigth fix for compilation on WIN32 and Linux --- src/Logger/SALOME_Logger_Server_main.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Logger/SALOME_Logger_Server_main.cxx b/src/Logger/SALOME_Logger_Server_main.cxx index 5471069a3..c9551d567 100644 --- a/src/Logger/SALOME_Logger_Server_main.cxx +++ b/src/Logger/SALOME_Logger_Server_main.cxx @@ -14,10 +14,10 @@ #include #ifndef __WIN32__ # include +#else +# include "utilities.h" // for compilation type "timespec" #endif -#include "utilities.h" // for compilation type "timespec" - int main(int argc, char **argv) { if (argc > 2) -- 2.39.2