diff options
-rw-r--r-- | dep/CascLib/src/CascPort.h | 1 | ||||
-rw-r--r-- | dep/PackageList.txt | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/dep/CascLib/src/CascPort.h b/dep/CascLib/src/CascPort.h index 6d0595ce522..3bf1efde4b8 100644 --- a/dep/CascLib/src/CascPort.h +++ b/dep/CascLib/src/CascPort.h @@ -66,6 +66,7 @@ #include <stdlib.h> #include <dirent.h> #include <errno.h> + #include <stddef.h> // Support for PowerPC on Max OS X #if (__ppc__ == 1) || (__POWERPC__ == 1) || (_ARCH_PPC == 1) diff --git a/dep/PackageList.txt b/dep/PackageList.txt index 12e0de314f7..ae4bf880c5b 100644 --- a/dep/PackageList.txt +++ b/dep/PackageList.txt @@ -38,7 +38,7 @@ recastnavigation (Recast is state of the art navigation mesh construction toolse CascLib (An open-source implementation of library for reading CASC storage from Blizzard games since 2014) https://github.com/ladislav-zezula/CascLib - Version: d3d17de30a1c5678375049f4cf3301a0a7962780 + Version: 3e3f4f443cb7b2893cbbe60b0a6efafebf48bc40 zmqpp (C++ binding for 0mq/zmq is a 'high-level' library that hides most of the c-style interface core 0mq provides.) https://github.com/zeromq/zmqpp |