summarylogtreecommitdiffstats
path: root/termcolor-gcc13.patch
blob: b801733735c32682049c4df780f2b537e4ce54c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Subject: [PATCH] GCC13 compatibility: Explicitly include cstdint

See https://gcc.gnu.org/gcc-13/porting_to.html
---
Index: ecal/thirdparty/termcolor/include/termcolor/termcolor.hpp
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/ecal/thirdparty/termcolor/include/termcolor/termcolor.hpp b/ecal/thirdparty/termcolor/include/termcolor/termcolor.hpp
--- a/ecal/thirdparty/termcolor/include/termcolor/termcolor.hpp	(revision b3cb0f365f8435588df7a6b12a82b2ac5fc1fe95)
+++ b/ecal/thirdparty/termcolor/include/termcolor/termcolor.hpp	(date 1683614533931)
@@ -13,6 +13,7 @@
 #define TERMCOLOR_HPP_
 
 #include <iostream>
+#include <cstdint>
 
 // Detect target's platform and set some macros in order to wrap platform
 // specific code this library depends on.