From b96f058c175657aa85047f4200196bdd952c9888 Mon Sep 17 00:00:00 2001 From: ShinDarth Date: Sat, 6 Aug 2016 19:26:03 +0200 Subject: [PATCH] Fix clang build --- modules/dep/recastnavigation/Detour/DetourNavMesh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/dep/recastnavigation/Detour/DetourNavMesh.h b/modules/dep/recastnavigation/Detour/DetourNavMesh.h index 52d2c505e..fb882929f 100644 --- a/modules/dep/recastnavigation/Detour/DetourNavMesh.h +++ b/modules/dep/recastnavigation/Detour/DetourNavMesh.h @@ -30,7 +30,7 @@ #include #endif #endif - typedef uint64_t uint64; + typedef unsigned long uint64; #endif // Note: If you want to use 64-bit refs, change the types of both dtPolyRef & dtTileRef.