diff --git a/server/src/utils/tohex.cpp b/server/src/utils/tohex.cpp index c0576d05..f0d2d127 100644 --- a/server/src/utils/tohex.cpp +++ b/server/src/utils/tohex.cpp @@ -21,6 +21,7 @@ */ #include "tohex.hpp" +#include std::string toHex(const void* buffer, const size_t size) {