Salome HOME
Win32 compatibility
authorana <ana@opencascade.com>
Tue, 31 Mar 2015 08:21:25 +0000 (11:21 +0300)
committerana <ana@opencascade.com>
Tue, 31 Mar 2015 08:21:25 +0000 (11:21 +0300)
src/SMESH/SMESH_Mesh.cxx

index 992e317351bb767b9400786990889eed35f050a9..aac87a540f26e24a594d6c852ca88b4508e7a38d 100644 (file)
@@ -77,7 +77,7 @@
 #include <boost/thread/thread.hpp>
 #include <boost/bind.hpp>
 #else 
 #include <boost/thread/thread.hpp>
 #include <boost/bind.hpp>
 #else 
-include <pthread.h>
+#include <pthread.h>
 #endif
 
 using namespace std;
 #endif
 
 using namespace std;