summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Puchkin <i@neoascetic.me>2017-08-24 10:02:23 +0200
committerLoïc Blot <nerzhul@users.noreply.github.com>2017-08-24 10:02:23 +0200
commitcaf61f3b4d669ab2baffbfed9bd9160bc74fbaef (patch)
tree9cfabe4a37c44ef71faddb263d2a42f114ab88ce
parentac4884c3d677ef51bcce47f95ccd49d874022692 (diff)
downloadminetest-caf61f3b4d669ab2baffbfed9bd9160bc74fbaef.tar.gz
minetest-caf61f3b4d669ab2baffbfed9bd9160bc74fbaef.tar.bz2
minetest-caf61f3b4d669ab2baffbfed9bd9160bc74fbaef.zip
Fix OSX builds caused by __WORDSIZE again (#6307)
-rw-r--r--src/clientenvironment.h2
1 files changed, 1 insertions, 1 deletions
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 <ISceneManager.h>
#include "environment.h"
+#include <ISceneManager.h>
#include "clientobject.h"
#include "util/numeric.h"