]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Win32 compilation.
authorrnv <rnv@opencascade.com>
Tue, 15 Oct 2013 08:11:35 +0000 (08:11 +0000)
committerrnv <rnv@opencascade.com>
Tue, 15 Oct 2013 08:11:35 +0000 (08:11 +0000)
src/Container/SALOME_DataContainer_i.cxx

index 3ef9b0b623e4e58ab844dcf356351a7cd7e2f268..afea2d8f959dc6201c7b7b36973985c4781f11a0 100644 (file)
@@ -31,8 +31,9 @@
 
 #include <fstream>
 #include <iostream>
+#ifndef WIN32
 #include <unistd.h>
-
+#endif
 using namespace std;
 
 Engines_DataContainer_i::Engines_DataContainer_i()