X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fclient%2FChunkTransmission.hpp;h=1d43649d343a5384ea64c090bc9234827ad36fd4;hb=e5caf98d970fe569fd8484dd0d6ea738f8251ae4;hp=7e801eec3b24880d8477d4668dd3e0d5ee180bd0;hpb=fa73e3600dee78063ab95e1903172ab339dcd4bd;p=blank.git diff --git a/src/client/ChunkTransmission.hpp b/src/client/ChunkTransmission.hpp index 7e801ee..1d43649 100644 --- a/src/client/ChunkTransmission.hpp +++ b/src/client/ChunkTransmission.hpp @@ -1,10 +1,10 @@ #ifndef BLANK_CLIENT_CHUNKTRANSMISSION_HPP_ #define BLANK_CLIENT_CHUNKTRANSMISSION_HPP_ +#include "../graphics/glm.hpp" #include "../world/Chunk.hpp" #include -#include namespace blank {