mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-21 07:52:21 -04:00
13 lines
324 B
Diff
13 lines
324 B
Diff
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.
|