aboutsummaryrefslogtreecommitdiff
path: root/src/client/sky.h
diff options
context:
space:
mode:
authorVitaliy <numzer0@yandex.ru>2021-01-28 23:25:13 +0300
committerGitHub <noreply@github.com>2021-01-28 21:25:13 +0100
commited0882fd58fb0f663cc115d23a11643874facc06 (patch)
treea7bb915154263deb3c37e272ff578ef8eda932b8 /src/client/sky.h
parent82deed2d7d5573f1fa463516732475563da59569 (diff)
downloaddragonfireclient-ed0882fd58fb0f663cc115d23a11643874facc06.tar.xz
Include irrlichttypes.h first to work around Irrlicht#433 (#10872)
Fixes the PcgRandom::PcgRandom linker issue, caused by inconsistent data type definition.
Diffstat (limited to 'src/client/sky.h')
-rw-r--r--src/client/sky.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/sky.h b/src/client/sky.h
index 10e1cd976..342a97596 100644
--- a/src/client/sky.h
+++ b/src/client/sky.h
@@ -17,10 +17,10 @@ with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+#include "irrlichttypes_extrabloated.h"
#include <ISceneNode.h>
#include <array>
#include "camera.h"
-#include "irrlichttypes_extrabloated.h"
#include "irr_ptr.h"
#include "shader.h"
#include "skyparams.h"