From f58d09bc7e7f4ea3b24f0048e45eb4ae50ee8079 Mon Sep 17 00:00:00 2001 From: Reinder Feenstra Date: Wed, 1 Nov 2023 20:45:51 +0100 Subject: [PATCH] fix: added missing include --- server/src/utils/tohex.cpp | 1 + 1 file changed, 1 insertion(+) 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) {