diff options
Diffstat (limited to 'src/common')
| -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 @@ | |||
| 5 | #pragma once | 5 | #pragma once |
| 6 | 6 | ||
| 7 | #include <array> | 7 | #include <array> |
| 8 | #include <cstddef> | ||
| 9 | #include <string> | ||
| 8 | #include <fmt/format.h> | 10 | #include <fmt/format.h> |
| 9 | #include "common/common_types.h" | 11 | #include "common/common_types.h" |
| 10 | 12 | ||