diff options
Diffstat (limited to 'src/common/logging/log.h')
-rw-r--r-- | src/common/logging/log.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/logging/log.h b/src/common/logging/log.h index 8d43eddc7..34fd2c30b 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h @@ -4,7 +4,11 @@ #pragma once +#include <algorithm> +#include <string_view> + #include <fmt/format.h> + #include "common/logging/types.h" namespace Common::Log { |