]> SALOME platform Git repositories - plugins/ghs3dprlplugin.git/commitdiff
Salome HOME
Add missing include for gcc 4.7
authorfps <fps@opencascade.com>
Fri, 22 Jun 2012 09:01:23 +0000 (09:01 +0000)
committerfps <fps@opencascade.com>
Fri, 22 Jun 2012 09:01:23 +0000 (09:01 +0000)
src/tepal2med/ghs3dprl_mesh_wrap.cxx
src/tepal2med/tepal2med.cxx

index b4206df1be5f7afe6f6e58b879b2eb7ed5a422dc..8433fe43ddb1fe619484b9c09eac4babb4bf9812 100755 (executable)
@@ -28,6 +28,7 @@
 #include <iostream>
 #include <sstream>
 #include <fstream>
+#include <unistd.h>
 
 #include <libxml/tree.h>
 #include <libxml/parser.h>
index 4672fd83759e28ca60740708c411a165500f2eb0..dd2998c1320af99af7625b5bba4076e5bdc7d90c 100755 (executable)
@@ -34,6 +34,7 @@
 #include <sstream>
 #include <fstream>
 #include <vector>
+#include <unistd.h>
 
 #include <qstring.h>