2020-06-12 13:09:27 +08:00
|
|
|
From 91fab7c4b8f7da3182f07f5392ebe9388f979157 Mon Sep 17 00:00:00 2001
|
2023-05-19 02:26:45 +08:00
|
|
|
From: l3nn0x <dragon83.super@gmail.com>
|
|
|
|
Date: Wed, 17 Mai 2023 11:40:58 +0100
|
2020-06-12 13:09:27 +08:00
|
|
|
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
|
2023-05-19 02:26:45 +08:00
|
|
|
@@ -6,6 +6,8 @@
|
|
|
|
#include <Windows.h>
|
|
|
|
#include <dxgi.h>
|
|
|
|
#endif
|
2020-06-12 13:09:27 +08:00
|
|
|
+
|
2023-05-19 02:26:45 +08:00
|
|
|
+#include <cstdint>
|
2020-06-12 13:09:27 +08:00
|
|
|
|
2023-05-19 02:26:45 +08:00
|
|
|
namespace discord {
|
2020-06-12 13:09:27 +08:00
|
|
|
|