diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2024-07-01 15:20:05 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rspamd.com> | 2024-07-01 15:20:05 +0100 |
commit | 19299911dc7b951fa9649b918a661026a5d0e450 (patch) | |
tree | 9e75ffa06229cb89a41717570e65d37467656ae6 /src/libserver/cfg_utils.cxx | |
parent | 6862a6bff243d5b57fb64e8ece97f65c6cc9ac16 (diff) | |
download | rspamd-19299911dc7b951fa9649b918a661026a5d0e450.tar.gz rspamd-19299911dc7b951fa9649b918a661026a5d0e450.zip |
[Rework] Update fmt to version 11
Diffstat (limited to 'src/libserver/cfg_utils.cxx')
-rw-r--r-- | src/libserver/cfg_utils.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libserver/cfg_utils.cxx b/src/libserver/cfg_utils.cxx index ff432ec4a..dd85eddfb 100644 --- a/src/libserver/cfg_utils.cxx +++ b/src/libserver/cfg_utils.cxx @@ -1,5 +1,5 @@ /* - * Copyright 2023 Vsevolod Stakhov + * Copyright 2024 Vsevolod Stakhov * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -65,7 +65,7 @@ #include <string> #include <string_view> #include <vector> -#include "fmt/core.h" +#include "fmt/base.h" #include "cxx/util.hxx" #include "frozen/unordered_map.h" #include "frozen/string.h" |