Fix compilation with GCC 13.
commit093e1eb23519ab4a4633a999a555a58e4fd5343e
authorStan <Stan@3db68df2-c116-0410-a063-a993310a9797>
Sat, 13 May 2023 12:08:23 +0000 (13 12:08 +0000)
committerStan <Stan@3db68df2-c116-0410-a063-a993310a9797>
Sat, 13 May 2023 12:08:23 +0000 (13 12:08 +0000)
treedf1e57a949eb06abc3771a6810f557623a3fef33
parent03837ac8a6323cd84301fd463f2ff5bbf2b13fb7
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

git-svn-id: https://svn.wildfiregames.com/public/ps/trunk@27644 3db68df2-c116-0410-a063-a993310a9797
source/tools/atlas/GameInterface/Messages.h