Fix OSX builds caused by __WORDSIZE again (#6307)
authorPavel Puchkin <i@neoascetic.me>
Thu, 24 Aug 2017 08:02:23 +0000 (10:02 +0200)
committerLoïc Blot <nerzhul@users.noreply.github.com>
Thu, 24 Aug 2017 08:02:23 +0000 (10:02 +0200)
src/clientenvironment.h

index be8130828a5c35285129501272b778585230e241..61ed687ca2775946094346f41213b43255344866 100644 (file)
@@ -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"