From 0d0c80b31fa012bcb7a6cf67f397c1af449f2afd Mon Sep 17 00:00:00 2001 From: fps Date: Fri, 22 Jun 2012 09:01:23 +0000 Subject: [PATCH] Add missing include for gcc 4.7 --- src/tepal2med/ghs3dprl_mesh_wrap.cxx | 1 + src/tepal2med/tepal2med.cxx | 1 + 2 files changed, 2 insertions(+) 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 -- 2.39.2