diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2025-03-10 10:52:51 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rspamd.com> | 2025-03-10 10:52:51 +0000 |
commit | 27498df9be766547e32d5f18f497bc22e8da3eb3 (patch) | |
tree | 5ee629c72fbfb3ada6000163cc38bd97f6a806f3 /src/libserver/cfg_utils.cxx | |
parent | 0eda20643559d0aa6e1204b483e1b1ece421fd80 (diff) | |
download | rspamd-vstakhov-fmt-embedding.tar.gz rspamd-vstakhov-fmt-embedding.zip |
[Fix] Use bundled libfmt everywherevstakhov-fmt-embedding
Issue: #5258
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 9612cdae4..dfbdc6bee 100644 --- a/src/libserver/cfg_utils.cxx +++ b/src/libserver/cfg_utils.cxx @@ -1,5 +1,5 @@ /* - * Copyright 2024 Vsevolod Stakhov + * Copyright 2025 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/base.h" +#include "contrib/fmt/include/fmt/base.h" #include "cxx/util.hxx" #include "frozen/unordered_map.h" #include "frozen/string.h" |