From 928609c8bd9d4e6129ab244214bd5c54d000b737 Mon Sep 17 00:00:00 2001 From: Pavel Puchkin Date: Thu, 24 Aug 2017 07:58:12 +0200 Subject: 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? --- src/network/networkpacket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 { -- cgit v1.2.3