diff options
Diffstat (limited to 'src/common/hex_util.h')
-rw-r--r-- | src/common/hex_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/hex_util.h b/src/common/hex_util.h index 618f53152..2f5417143 100644 --- a/src/common/hex_util.h +++ b/src/common/hex_util.h @@ -8,7 +8,7 @@ #include <cstddef> #include <string> #include <vector> -#include <fmt/format.h> +#include <fmt/ranges.h> #include "common/assert.h" #include "common/common_types.h" |