diff options
author | Tycho <work.tycho+git@gmail.com> | 2014-05-03 15:02:51 +0200 |
---|---|---|
committer | Tycho <work.tycho+git@gmail.com> | 2014-05-03 15:02:51 +0200 |
commit | 616ddf5ca50450279198775a598796bb367cf8ce (patch) | |
tree | 836b6b8774216e0735aeb63226443e976483e0da /src/ChunkBuffer.h | |
parent | Fixed polarssl programs included (diff) | |
download | cuberite-616ddf5ca50450279198775a598796bb367cf8ce.tar cuberite-616ddf5ca50450279198775a598796bb367cf8ce.tar.gz cuberite-616ddf5ca50450279198775a598796bb367cf8ce.tar.bz2 cuberite-616ddf5ca50450279198775a598796bb367cf8ce.tar.lz cuberite-616ddf5ca50450279198775a598796bb367cf8ce.tar.xz cuberite-616ddf5ca50450279198775a598796bb367cf8ce.tar.zst cuberite-616ddf5ca50450279198775a598796bb367cf8ce.zip |
Diffstat (limited to '')
-rw-r--r-- | src/ChunkBuffer.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChunkBuffer.h b/src/ChunkBuffer.h index c23f8971d..410532232 100644 --- a/src/ChunkBuffer.h +++ b/src/ChunkBuffer.h @@ -1,6 +1,13 @@ #pragma once + +#include <cstring> + + +#include "ChunkDef.h" + + #define CHUNK_SECTION_HEIGHT 16 #define CHUNK_SECTION_NUM (256 / CHUNK_SECTION_HEIGHT) |