git repos / saland

commit ed5bad7e

Poul Sander · 2023-11-22 20:10
ed5bad7edee0e4b6425a65d566f254d649a8e586 patch · browse files
parent 2a2cf50fb01f31c3ac7c4260c787ce62b1ac3a69

Fix compatible with newer compilers

Changed files

M src/sagotmx/tmx_struct.h before
diff --git a/src/sagotmx/tmx_struct.h b/src/sagotmx/tmx_struct.h index 76d5b9b..9dc3a56 100644 --- a/src/sagotmx/tmx_struct.h +++ b/src/sagotmx/tmx_struct.h
@@ -47,6 +47,7 @@ SOFTWARE.
#include <string>
#include <sstream>
#include <cstring>
+#include <cstdint>
#include <vector>
#include <map>
#include <zlib.h>