From: Pavel Puchkin Date: Thu, 24 Aug 2017 05:58:12 +0000 (+0200) Subject: Fix OSX builds (closes #6289, fixes #6270) (#6306) X-Git-Tag: 5.0.0~905 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=928609c8bd9d4e6129ab244214bd5c54d000b737;p=oweals%2Fminetest.git Fix OSX builds (closes #6289, fixes #6270) (#6306) Of course, this is not ideal solution, but we want our users to be happy in the first place, right? --- diff --git a/src/network/networkpacket.h b/src/network/networkpacket.h index bc0f26e7d..a4899d656 100644 --- a/src/network/networkpacket.h +++ b/src/network/networkpacket.h @@ -19,10 +19,10 @@ with this program; if not, write to the Free Software Foundation, Inc., #pragma once -#include #include #include "util/pointer.h" #include "util/numeric.h" +#include class NetworkPacket {