diff options
Diffstat (limited to '')
-rw-r--r-- | source/cChunkMap.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/cChunkMap.cpp b/source/cChunkMap.cpp index d3dba0510..4e9fd5c62 100644 --- a/source/cChunkMap.cpp +++ b/source/cChunkMap.cpp @@ -11,6 +11,7 @@ #ifndef _WIN32
#include <cstring> // memcpy
#include <cstdlib> // abs
+ #include <memory> // auto_ptr
#endif
#include "zlib.h"
|