]> git.localhorst.tv Git - blank.git/blobdiff - src/client/ChunkTransmission.hpp
glm backwards compatibility
[blank.git] / src / client / ChunkTransmission.hpp
index 7e801eec3b24880d8477d4668dd3e0d5ee180bd0..1d43649d343a5384ea64c090bc9234827ad36fd4 100644 (file)
@@ -1,10 +1,10 @@
 #ifndef BLANK_CLIENT_CHUNKTRANSMISSION_HPP_
 #define BLANK_CLIENT_CHUNKTRANSMISSION_HPP_
 
+#include "../graphics/glm.hpp"
 #include "../world/Chunk.hpp"
 
 #include <cstdint>
-#include <glm/glm.hpp>
 
 
 namespace blank {