diff --git a/orbis-kernel/src/utils/Logs.cpp b/orbis-kernel/src/utils/Logs.cpp index 9eaf86aa6..555f2b512 100644 --- a/orbis-kernel/src/utils/Logs.cpp +++ b/orbis-kernel/src/utils/Logs.cpp @@ -4,6 +4,7 @@ #include #include #include +#include static void append_hex(std::string &out, std::uintmax_t value) { std::ostringstream buf;