Fix build issue due to conflicting s64 type definitions (#9064)

See comment in irrlichttypes.h and https://sourceforge.net/p/irrlicht/bugs/433/
This commit is contained in:
Dmitry Marakasov 2019-10-23 21:28:55 +03:00 committed by SmallJoker
parent 904b05b0d3
commit 2ecf57c640
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "irrlichttypes.h" // must be included before anything irrlicht, see comment in the file
#include "irrlicht.h" // createDevice
#include "irrlichttypes_extrabloated.h"
#include "chat_interface.h"