Skip to content

Commit 2ecf57c

Browse files
AMDmi3SmallJoker
authored andcommitted
Fix build issue due to conflicting s64 type definitions (#9064)
See comment in irrlichttypes.h and https://sourceforge.net/p/irrlicht/bugs/433/
1 parent 904b05b commit 2ecf57c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
1717
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1818
*/
1919

20+
#include "irrlichttypes.h" // must be included before anything irrlicht, see comment in the file
2021
#include "irrlicht.h" // createDevice
2122
#include "irrlichttypes_extrabloated.h"
2223
#include "chat_interface.h"

0 commit comments

Comments
 (0)