summarylogtreecommitdiffstats
path: root/0001-Added-cstdint-to-fix-error-when-compiling-on-Linux.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-Added-cstdint-to-fix-error-when-compiling-on-Linux.patch')
-rw-r--r--0001-Added-cstdint-to-fix-error-when-compiling-on-Linux.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/0001-Added-cstdint-to-fix-error-when-compiling-on-Linux.patch b/0001-Added-cstdint-to-fix-error-when-compiling-on-Linux.patch
deleted file mode 100644
index 8187f56d9594..000000000000
--- a/0001-Added-cstdint-to-fix-error-when-compiling-on-Linux.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From af102f6f4137ae4cb814a8c0a423b4bbde21b89e Mon Sep 17 00:00:00 2001
-From: Christopher Bero <bigbero@gmail.com>
-Date: Sat, 4 Nov 2023 10:53:14 -0500
-Subject: [PATCH] Added cstdint to fix error when compiling on Linux
-
----
- includes/ColorCout.hpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/includes/ColorCout.hpp b/includes/ColorCout.hpp
-index b73d928..0064999 100644
---- a/includes/ColorCout.hpp
-+++ b/includes/ColorCout.hpp
-@@ -21,6 +21,7 @@ Copyright (C) 2020 GloomyGhost <GloomyGhost@foxmail.com>
- #define COLORBOX_COLORCOUT_H
-
- #include <iostream>
-+#include <cstdint>
-
- #ifdef WIN32
- #ifndef WIN32_LEAN_AND_MEAN
---
-2.42.0
-