From: fps Date: Fri, 22 Jun 2012 09:01:23 +0000 (+0000) Subject: Add missing include for gcc 4.7 X-Git-Tag: V6_6_0a1~6 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0d0c80b31fa012bcb7a6cf67f397c1af449f2afd;p=plugins%2Fghs3dprlplugin.git Add missing include for gcc 4.7 --- diff --git a/src/tepal2med/ghs3dprl_mesh_wrap.cxx b/src/tepal2med/ghs3dprl_mesh_wrap.cxx index b4206df..8433fe4 100755 --- a/src/tepal2med/ghs3dprl_mesh_wrap.cxx +++ b/src/tepal2med/ghs3dprl_mesh_wrap.cxx @@ -28,6 +28,7 @@ #include #include #include +#include #include #include diff --git a/src/tepal2med/tepal2med.cxx b/src/tepal2med/tepal2med.cxx index 4672fd8..dd2998c 100755 --- a/src/tepal2med/tepal2med.cxx +++ b/src/tepal2med/tepal2med.cxx @@ -34,6 +34,7 @@ #include #include #include +#include #include