From 94da26290677e7693b762e1d68d8ee62a0819608 Mon Sep 17 00:00:00 2001 From: Erwin Coumans Date: Wed, 23 May 2018 13:51:51 +1000 Subject: [PATCH] case sensitive header include --- examples/Importers/ImportURDFDemo/URDF2Bullet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Importers/ImportURDFDemo/URDF2Bullet.h b/examples/Importers/ImportURDFDemo/URDF2Bullet.h index 964a8a12a..a9e7a5e1f 100644 --- a/examples/Importers/ImportURDFDemo/URDF2Bullet.h +++ b/examples/Importers/ImportURDFDemo/URDF2Bullet.h @@ -3,7 +3,7 @@ #include "LinearMath/btAlignedObjectArray.h" #include "LinearMath/btTransform.h" #include -#include "UrdfJointTypes.h"//for UrdfMaterialColor cache +#include "URDFJointTypes.h"//for UrdfMaterialColor cache class btVector3; class btTransform;