X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fnet%2FPacket.hpp;h=d7da977275e810e3298808cef8ea3a1b324031c4;hb=dcd54cacda98c2c0f7cf0c7a9131fb858d8ee10a;hp=7dede0d87d61d0cdb9e1d142fd6694350fe9d025;hpb=efc3c1ba52cbe0fc9a4010c37c2d7c7020a0b481;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 {