1
0
forked from 0ad/0ad
0ad/source/tools/atlas
Stan 8472240573 Fix compilation with GCC 13.
gcc-13 less often includes cstdint so one might need to include it
manually if needed.

The headers already included in Message.h are included within namespace
AtlasMessage which didn't break by chance, move them out and add
cstdint.

Patch by: @sera
Reviewed by: @phosit
Fixes: #6800
Differential Revision: https://code.wildfiregames.com/D4997
This was SVN commit r27644.
2023-05-13 12:08:23 +00:00
..
AtlasFrontends Migrate to premake5, fixes #3729. 2017-10-30 13:52:05 +00:00
AtlasObject Properly unset the civilisation when unchecked in Atlas. 2021-03-23 13:16:53 +00:00
AtlasUI Fix: Crash atlas in relation to Terrain.cpp CalcPosition 2023-01-28 22:42:00 +00:00
GameInterface Fix compilation with GCC 13. 2023-05-13 12:08:23 +00:00