From 3fbe9f63ef301ab143b4f1c90d9b4d99fc1c18d0 Mon Sep 17 00:00:00 2001 From: Erwin Coumans Date: Sun, 28 Jun 2015 22:12:59 -0700 Subject: [PATCH] more case-sensitivity fixes --- examples/Importers/ImportURDFDemo/BulletUrdfImporter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Importers/ImportURDFDemo/BulletUrdfImporter.cpp b/examples/Importers/ImportURDFDemo/BulletUrdfImporter.cpp index aac70e0c1..0c8d78bd4 100644 --- a/examples/Importers/ImportURDFDemo/BulletUrdfImporter.cpp +++ b/examples/Importers/ImportURDFDemo/BulletUrdfImporter.cpp @@ -12,7 +12,7 @@ subject to the following restrictions: */ -#include "BulletURDFImporter.h" +#include "BulletUrdfImporter.h" #include "URDFImporterInterface.h"