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