From fa3d01e6af0bf24f3ed7435523bfd1107358fb91 Mon Sep 17 00:00:00 2001 From: Erwin Coumans Date: Thu, 31 Jul 2014 18:10:50 -0700 Subject: [PATCH] fix build --- Demos3/AllBullet2Demos/BulletDemoEntries.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Demos3/AllBullet2Demos/BulletDemoEntries.h b/Demos3/AllBullet2Demos/BulletDemoEntries.h index 9f1ae4450..75a7945d1 100644 --- a/Demos3/AllBullet2Demos/BulletDemoEntries.h +++ b/Demos3/AllBullet2Demos/BulletDemoEntries.h @@ -15,7 +15,7 @@ #include "../bullet2/ChainDemo/ChainDemo.h" #include "../../Demos/CcdPhysicsDemo/CcdPhysicsSetup.h" #include "../../Demos/ConstraintDemo/ConstraintPhysicsSetup.h" -#include "../ImportURDFDemo/ImportUrdfSetup.h" +#include "../ImportURDFDemo/ImportURDFSetup.h" static BulletDemoInterface* MyCcdPhysicsDemoCreateFunc(SimpleOpenGL3App* app)