From a6d527cca9b092f07af64d1886b5fc14801b8f03 Mon Sep 17 00:00:00 2001 From: Avik De Date: Sun, 26 Nov 2017 21:39:42 -0500 Subject: [PATCH] added including for cstring... strange that it compiled in VS without it --- examples/TwoJoint/TwoJointMain.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/TwoJoint/TwoJointMain.cpp b/examples/TwoJoint/TwoJointMain.cpp index db56771af..040951fe5 100644 --- a/examples/TwoJoint/TwoJointMain.cpp +++ b/examples/TwoJoint/TwoJointMain.cpp @@ -1,4 +1,5 @@ #include +#include #include #include "../Utils/b3Clock.h" #include "SharedMemory/PhysicsClientC_API.h"