From e1abb8ba8900993782fe9fef6a641aa82e3eae4c Mon Sep 17 00:00:00 2001 From: "Erwin Coumans (Google)" Date: Wed, 30 Jul 2014 08:27:17 -0700 Subject: [PATCH] fix #include path and compile error --- Demos3/bullet2/BasicDemo/Bullet2RigidBodyDemo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Demos3/bullet2/BasicDemo/Bullet2RigidBodyDemo.h b/Demos3/bullet2/BasicDemo/Bullet2RigidBodyDemo.h index 9a2d56f99..a7475323b 100644 --- a/Demos3/bullet2/BasicDemo/Bullet2RigidBodyDemo.h +++ b/Demos3/bullet2/BasicDemo/Bullet2RigidBodyDemo.h @@ -3,10 +3,10 @@ #include "LinearMath/btVector3.h" -#include "BulletDemoInterface.h" +#include "../../AllBullet2Demos/BulletDemoInterface.h" #include "OpenGLWindow/b3gWindowInterface.h" -#include "../../Demos/CommonPhysicsSetup.h" +#include "../../../Demos/CommonPhysicsSetup.h" class Bullet2RigidBodyDemo : public BulletDemoInterface