aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMarkus Härer <markus.haerer@gmx.net>2023-05-06 00:24:06 +0200
committerMarkus Härer <markus.haerer@gmx.net>2023-05-28 01:45:02 +0200
commitb83066cdfb0dba158b2c2184535e4ae40db59fa9 (patch)
tree913f9b3d91e8f811b8e348f54d9db1514405348f /tools
parent4e165aeaec552997b912045a594d0218971fd100 (diff)
IDecoder: Add missing cstdint include for gcc>=13
(cherry picked from commit 017c638a7dfebd5f865d098b88a857700e9072fb)
Diffstat (limited to 'tools')
-rw-r--r--tools/depends/native/TexturePacker/src/decoder/IDecoder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/depends/native/TexturePacker/src/decoder/IDecoder.h b/tools/depends/native/TexturePacker/src/decoder/IDecoder.h
index c9ac346514..673ff1a73f 100644
--- a/tools/depends/native/TexturePacker/src/decoder/IDecoder.h
+++ b/tools/depends/native/TexturePacker/src/decoder/IDecoder.h
@@ -20,6 +20,7 @@
#pragma once
+#include <cstdint>
#include <string>
#include <vector>