From: Pavel Puchkin Date: Thu, 24 Aug 2017 08:02:23 +0000 (+0200) Subject: Fix OSX builds caused by __WORDSIZE again (#6307) X-Git-Tag: 5.0.0~900 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=caf61f3b4d669ab2baffbfed9bd9160bc74fbaef;p=oweals%2Fminetest.git Fix OSX builds caused by __WORDSIZE again (#6307) --- diff --git a/src/clientenvironment.h b/src/clientenvironment.h index be8130828..61ed687ca 100644 --- a/src/clientenvironment.h +++ b/src/clientenvironment.h @@ -19,8 +19,8 @@ with this program; if not, write to the Free Software Foundation, Inc., #pragma once -#include #include "environment.h" +#include #include "clientobject.h" #include "util/numeric.h"