]> SALOME platform Git repositories - plugins/ghs3dprlplugin.git/commitdiff
Salome HOME
Win compatibility (fix compilation error introduced by previous integration)
authorvsr <vsr@opencascade.com>
Mon, 25 Jun 2012 05:59:39 +0000 (05:59 +0000)
committervsr <vsr@opencascade.com>
Mon, 25 Jun 2012 05:59:39 +0000 (05:59 +0000)
src/tepal2med/ghs3dprl_mesh_wrap.cxx
src/tepal2med/tepal2med.cxx

index 8433fe43ddb1fe619484b9c09eac4babb4bf9812..aaeb05c6efce05a788c185fda8e3aeee1dead301 100755 (executable)
@@ -28,7 +28,9 @@
 #include <iostream>
 #include <sstream>
 #include <fstream>
+#ifndef WIN32
 #include <unistd.h>
+#endif
 
 #include <libxml/tree.h>
 #include <libxml/parser.h>
index dd2998c1320af99af7625b5bba4076e5bdc7d90c..bbbdf4fcf1156be5a4f4582961d022603ae16df4 100755 (executable)
@@ -34,7 +34,9 @@
 #include <sstream>
 #include <fstream>
 #include <vector>
+#ifndef WIN32
 #include <unistd.h>
+#endif
 
 #include <qstring.h>