From 7b99810e4e3487e8bde185ad44ba6ce759f46c64 Mon Sep 17 00:00:00 2001 From: Erwin Coumans Date: Wed, 23 Jan 2019 12:50:44 -0800 Subject: [PATCH] fix case sensitive include header name --- examples/SharedMemory/PhysicsServerCommandProcessor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/SharedMemory/PhysicsServerCommandProcessor.cpp b/examples/SharedMemory/PhysicsServerCommandProcessor.cpp index 68e3492b3..9e0652adf 100644 --- a/examples/SharedMemory/PhysicsServerCommandProcessor.cpp +++ b/examples/SharedMemory/PhysicsServerCommandProcessor.cpp @@ -71,7 +71,7 @@ #ifdef STATIC_LINK_SPD_PLUGIN #include "plugins/stablePDPlugin/BulletConversion.h" #include "plugins/stablePDPlugin/RBDModel.h" -#include "plugins/stablePDPlugin/RBDutil.h" +#include "plugins/stablePDPlugin/RBDUtil.h" #endif #ifdef STATIC_LINK_VR_PLUGIN