linux fixes

This commit is contained in:
Erwin Coumans
2020-03-20 20:19:15 -07:00
parent c4898ed3e3
commit 1e3bc22483
4 changed files with 5 additions and 4 deletions

View File

@@ -314,7 +314,7 @@ B3_SHARED_API b3PhysicsClientHandle b3CreateInProcessPhysicsServerFromExistingEx
return (b3PhysicsClientHandle)cl;
}
#include "RemoteGuiHelperTCP.h"
#include "RemoteGUIHelperTCP.h"
B3_SHARED_API b3PhysicsClientHandle b3CreateInProcessPhysicsServerFromExistingExampleBrowserAndConnectTCP(const char* hostName, int port)
{