projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac4884c
)
Fix OSX builds caused by __WORDSIZE again (#6307)
author
Pavel Puchkin
<i@neoascetic.me>
Thu, 24 Aug 2017 08:02:23 +0000
(10:02 +0200)
committer
Loïc Blot
<nerzhul@users.noreply.github.com>
Thu, 24 Aug 2017 08:02:23 +0000
(10:02 +0200)
src/clientenvironment.h
patch
|
blob
|
history
diff --git
a/src/clientenvironment.h
b/src/clientenvironment.h
index be8130828a5c35285129501272b778585230e241..61ed687ca2775946094346f41213b43255344866 100644
(file)
--- 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"