From b3182b9e3fd3435ada567e9b45b0002ce76a7074 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 5 Jul 2012 21:20:54 +0200 Subject: [PATCH] GCC 4.5 compatibility: missing headers. --- src/MeshTools/CompressIndices.h | 1 + src/Physics/Test/ShapeGroupTest.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/src/MeshTools/CompressIndices.h b/src/MeshTools/CompressIndices.h index bbfe171c9..554b5088c 100644 --- a/src/MeshTools/CompressIndices.h +++ b/src/MeshTools/CompressIndices.h @@ -21,6 +21,7 @@ #include #include +#include #include #include "TypeTraits.h" diff --git a/src/Physics/Test/ShapeGroupTest.cpp b/src/Physics/Test/ShapeGroupTest.cpp index dc222fe5e..79e1fc61e 100644 --- a/src/Physics/Test/ShapeGroupTest.cpp +++ b/src/Physics/Test/ShapeGroupTest.cpp @@ -15,6 +15,7 @@ #include "ShapeGroupTest.h" +#include #include #include "Physics/Point.h"