Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/extern
diff options
context:
space:
mode:
authorErwin Coumans <blender@erwincoumans.com>2006-02-21 10:33:19 +0300
committerErwin Coumans <blender@erwincoumans.com>2006-02-21 10:33:19 +0300
commit02dc8de55d4372e43ff9acab372b4e10cad8c987 (patch)
tree53e9ae758fa72be7714568fba4485eb724d3bce4 /extern
parente3b840d086ea4e0ae2bea226f3fd0111c3744e4b (diff)
included WheelInfo headerfile rather then forward declare (gcc stl container needs actual class information)
Diffstat (limited to 'extern')
-rwxr-xr-xextern/bullet/BulletDynamics/Vehicle/RaycastVehicle.h3
1 files changed, 2 insertions, 1 deletions
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;