dev-cpp/indicators: fix build

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2024-01-09 14:41:11 +05:00
parent 16c020127c
commit a78729f8ee
2 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
Fix "error: 'uint8_t' has not been declared"
--- a/include/indicators/termcolor.hpp
+++ b/include/indicators/termcolor.hpp
@@ -14,6 +14,7 @@
#include <iostream>
#include <cstdio>
+#include <cstdint>
// Detect target's platform and set some macros in order to wrap platform
// specific code this library depends on.