diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/discord-game-sdk/include-cstdint.patch | |
Diffstat (limited to 'vcpkg/ports/discord-game-sdk/include-cstdint.patch')
| -rw-r--r-- | vcpkg/ports/discord-game-sdk/include-cstdint.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/vcpkg/ports/discord-game-sdk/include-cstdint.patch b/vcpkg/ports/discord-game-sdk/include-cstdint.patch new file mode 100644 index 0000000..05df023 --- /dev/null +++ b/vcpkg/ports/discord-game-sdk/include-cstdint.patch @@ -0,0 +1,22 @@ +From 91fab7c4b8f7da3182f07f5392ebe9388f979157 Mon Sep 17 00:00:00 2001 +From: l3nn0x <dragon83.super@gmail.com> +Date: Wed, 17 Mai 2023 11:40:58 +0100 +Subject: [PATCH] Include cstdint + +--- + cpp/types.h | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/cpp/types.h b/cpp/types.h +index 8c7cc2b..122dc71 100644 +--- a/cpp/types.h ++++ b/cpp/types.h +@@ -6,6 +6,8 @@ + #include <Windows.h> + #include <dxgi.h> + #endif ++ ++#include <cstdint> + + namespace discord { + |