From 988132059939e369997fca35aff6b6b1654acfc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 9 May 2013 11:00:18 +0200 Subject: [PATCH] Physics: complete the definition for ShapeGroup. --- src/Physics/ShapeGroup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Physics/ShapeGroup.h b/src/Physics/ShapeGroup.h index 93d230c54..53f4f0c25 100644 --- a/src/Physics/ShapeGroup.h +++ b/src/Physics/ShapeGroup.h @@ -30,7 +30,7 @@ #include -#include "Physics/Physics.h" +#include "Physics/AbstractShape.h" #include "SceneGraph/FeatureGroup.h" #include "magnumPhysicsVisibility.h"