X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fclient%2Fnet.cpp;h=1c13f9e2912c7c79971a5042806079194bf0ab5e;hb=4fbf5a3c1b0e530706023f5fc4be2f68d30ea645;hp=aba3e767421534b9f7dde0b97ba124b68cbb3566;hpb=8e9e2bb4b2dd5a4100f4531628ab58002fe253c1;p=blank.git diff --git a/src/client/net.cpp b/src/client/net.cpp index aba3e76..1c13f9e 100644 --- a/src/client/net.cpp +++ b/src/client/net.cpp @@ -4,6 +4,7 @@ #include "NetworkedInput.hpp" #include "../app/init.hpp" +#include "../geometry/distance.hpp" #include "../io/WorldSave.hpp" #include "../net/Packet.hpp" #include "../world/Chunk.hpp"