]> git.localhorst.tv Git - blank.git/blobdiff - tst/net/PacketTest.hpp
glm backwards compatibility
[blank.git] / tst / net / PacketTest.hpp
index 25256d9906dc823e6771d55a87306e6b26b524f7..81cdd8280d0ac9a2c5011a65aff646f66d482ea1 100644 (file)
@@ -2,6 +2,7 @@
 #define BLANK_TEST_NET_PACKETTEST_HPP_
 
 #include "geometry/primitive.hpp"
+#include "graphics/glm.hpp"
 #include "net/Packet.hpp"
 #include "world/EntityState.hpp"
 
@@ -9,7 +10,6 @@
 #include <limits>
 #include <string>
 #include <SDL_net.h>
-#include <glm/glm.hpp>
 #include <cppunit/extensions/HelperMacros.h>