From 02dc8de55d4372e43ff9acab372b4e10cad8c987 Mon Sep 17 00:00:00 2001 From: Erwin Coumans Date: Tue, 21 Feb 2006 07:33:19 +0000 Subject: [PATCH] included WheelInfo headerfile rather then forward declare (gcc stl container needs actual class information) --- extern/bullet/BulletDynamics/Vehicle/RaycastVehicle.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extern/bullet/BulletDynamics/Vehicle/RaycastVehicle.h b/extern/bullet/BulletDynamics/Vehicle/RaycastVehicle.h index 70f7318feca..dde97934524 100755 --- a/extern/bullet/BulletDynamics/Vehicle/RaycastVehicle.h +++ b/extern/bullet/BulletDynamics/Vehicle/RaycastVehicle.h @@ -15,7 +15,8 @@ #include "ConstraintSolver/TypedConstraint.h" struct MassProps; -struct WheelInfo; +#include "WheelInfo.h" + struct VehicleRaycaster; class VehicleTuning;