]> git.localhorst.tv Git - blank.git/blobdiff - src/world/BlockGravity.hpp
glm backwards compatibility
[blank.git] / src / world / BlockGravity.hpp
index 6a17b61e6dee46b93f2cdd268a91380dd3196e00..3900207e14e08421da46f9a34bdf005f160282df 100644 (file)
@@ -1,8 +1,9 @@
 #ifndef BLANK_WORLD_BLOCKGRAVITY_HPP_
 #define BLANK_WORLD_BLOCKGRAVITY_HPP_
 
+#include "../graphics/glm.hpp"
+
 #include <memory>
-#include <glm/glm.hpp>
 
 
 namespace blank {