Files
MINGW-packages/mingw-w64-libresprite/0002-add-missing-includes.patch
2025-07-25 14:04:21 +00:00

14 lines
276 B
Diff

diff --git a/src/clip/clip_common.h b/src/clip/clip_common.h
index ebe0d72..fc8aee4 100644
--- a/src/clip/clip_common.h
+++ b/src/clip/clip_common.h
@@ -8,6 +8,8 @@
#define CLIP_COMMON_H_INCLUDED
#pragma once
+#include <cstdint>
+
namespace clip {
namespace details {