From 6f492de8e3d02a5107f88ff85dc8688ca5676ddd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 19 Nov 2012 21:22:16 +0100 Subject: [PATCH] Physics: work around cyclic dependency of ObjectShape.h and OSGroup.h. --- src/Physics/ObjectShapeGroup.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Physics/ObjectShapeGroup.h b/src/Physics/ObjectShapeGroup.h index cca7d18c9..e05233434 100644 --- a/src/Physics/ObjectShapeGroup.h +++ b/src/Physics/ObjectShapeGroup.h @@ -82,4 +82,7 @@ typedef ObjectShapeGroup<3> ObjectShapeGroup3D; }} +/* Make the definition complete */ +#include "ObjectShape.h" + #endif