summarylogtreecommitdiffstats
path: root/0001-Added-cstdint-to-fix-error-when-compiling-on-Linux.patch
diff options
context:
space:
mode:
authorChristopher Bero2023-11-08 19:31:20 -0600
committerChristopher Bero2023-11-08 19:32:37 -0600
commita7b974ded3d9d9566d2197ac2e6bda293e16afaa (patch)
tree6ea286c1def062ac700e6dd7dccd586c3319486a /0001-Added-cstdint-to-fix-error-when-compiling-on-Linux.patch
parent90663032e3c6c1fd49ab5b617f7c4ebb187604d7 (diff)
downloadaur-a7b974ded3d9d9566d2197ac2e6bda293e16afaa.tar.gz
Updated PKGBUILD since change were merged into ColorCout.
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
-