X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fnet%2FPacket.hpp;h=d7da977275e810e3298808cef8ea3a1b324031c4;hb=ab5d0b96a74b0d8fb33a89c097ff9c7021349f56;hp=7dede0d87d61d0cdb9e1d142fd6694350fe9d025;hpb=56069d41c1553d87a8759713ef391d3a908adc0e;p=blank.git diff --git a/src/net/Packet.hpp b/src/net/Packet.hpp index 7dede0d..d7da977 100644 --- a/src/net/Packet.hpp +++ b/src/net/Packet.hpp @@ -1,11 +1,12 @@ #ifndef BLANK_NET_PACKET_HPP_ #define BLANK_NET_PACKET_HPP_ +#include "../graphics/glm.hpp" + #include #include #include #include -#include namespace blank {