From d7fdf7c940317aebcbbeeaf156469e1571e01498 Mon Sep 17 00:00:00 2001 From: ShinDarth Date: Sat, 20 Aug 2016 03:34:14 +0200 Subject: [PATCH] Build/Clang: restore build on Mac OS X --- modules/acore/deps/recastnavigation/Detour/DetourNavMesh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/acore/deps/recastnavigation/Detour/DetourNavMesh.h b/modules/acore/deps/recastnavigation/Detour/DetourNavMesh.h index fb882929f..6f2db0400 100644 --- a/modules/acore/deps/recastnavigation/Detour/DetourNavMesh.h +++ b/modules/acore/deps/recastnavigation/Detour/DetourNavMesh.h @@ -30,7 +30,7 @@ #include #endif #endif - typedef unsigned long uint64; + typedef uint64_t uint64; #endif // Note: If you want to use 64-bit refs, change the types of both dtPolyRef & dtTileRef.