diff options
author | ameerj <52414509+ameerj@users.noreply.github.com> | 2021-09-30 20:59:49 -0400 |
---|---|---|
committer | ameerj <52414509+ameerj@users.noreply.github.com> | 2021-10-01 20:48:49 -0400 |
commit | 579f4ea4bd34f310fc8e60a4c154981a86727686 (patch) | |
tree | eb9361dd7df50b7ad08a5a6d7b2c2c03e5e4e49f /src/common/logging/log.h | |
parent | 5daf3abe65bb168e4274049c26e7f309b8f10e82 (diff) |
common/logging: Reduce scope of fmt include
Diffstat (limited to 'src/common/logging/log.h')
-rw-r--r-- | src/common/logging/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/logging/log.h b/src/common/logging/log.h index 34fd2c30b..c186d55ef 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h @@ -7,7 +7,7 @@ #include <algorithm> #include <string_view> -#include <fmt/format.h> +#include <fmt/core.h> #include "common/logging/types.h" |