From 2ecf57c640ed7646be91ebc30e6f8fb32dac77df Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Wed, 23 Oct 2019 21:28:55 +0300 Subject: [PATCH] Fix build issue due to conflicting s64 type definitions (#9064) See comment in irrlichttypes.h and https://sourceforge.net/p/irrlicht/bugs/433/ --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cpp b/src/main.cpp index 4629f92ce..1993f7c24 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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"