mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Include irrlichttypes.h first to work around Irrlicht#433 (#10872)
Fixes the PcgRandom::PcgRandom linker issue, caused by inconsistent data type definition.
This commit is contained in:
parent
82deed2d7d
commit
ed0882fd58
6 changed files with 6 additions and 2 deletions
|
@ -20,8 +20,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <IMaterialRendererServices.h>
|
||||
#include "irrlichttypes_bloated.h"
|
||||
#include <IMaterialRendererServices.h>
|
||||
#include <string>
|
||||
#include "tile.h"
|
||||
#include "nodedef.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue