diff options
Diffstat (limited to 'src/common/hex_util.h')
-rw-r--r-- | src/common/hex_util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/hex_util.h b/src/common/hex_util.h index f16c58aab..13d586015 100644 --- a/src/common/hex_util.h +++ b/src/common/hex_util.h @@ -5,6 +5,8 @@ #pragma once #include <array> +#include <cstddef> +#include <string> #include <fmt/format.h> #include "common/common_types.h" |