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/client | |
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/client')
-rw-r--r-- | src/client/rspamc.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/rspamc.cxx b/src/client/rspamc.cxx index 31a4aaf24..404359877 100644 --- a/src/client/rspamc.cxx +++ b/src/client/rspamc.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. @@ -35,8 +35,8 @@ #include "frozen/string.h" #include "frozen/unordered_map.h" -#include "fmt/format.h" -#include "fmt/color.h" +#include "contrib/fmt/include/fmt/format.h" +#include "contrib/fmt/include/fmt/color.h" #include "libutil/cxx/file_util.hxx" #include "libutil/cxx/util.hxx" |