From caf61f3b4d669ab2baffbfed9bd9160bc74fbaef Mon Sep 17 00:00:00 2001 From: Pavel Puchkin Date: Thu, 24 Aug 2017 10:02:23 +0200 Subject: [PATCH] Fix OSX builds caused by __WORDSIZE again (#6307) --- src/clientenvironment.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"