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 @@ | |||
| 4 | 4 | ||
| 5 | #pragma once | 5 | #pragma once |
| 6 | 6 | ||
| 7 | #include <algorithm> | ||
| 8 | #include <string_view> | ||
| 9 | |||
| 7 | #include <fmt/format.h> | 10 | #include <fmt/format.h> |
| 11 | |||
| 8 | #include "common/logging/types.h" | 12 | #include "common/logging/types.h" |
| 9 | 13 | ||
| 10 | namespace Common::Log { | 14 | namespace Common::Log { |