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/lua/lua_shingles.cxx | |
parent | 0eda20643559d0aa6e1204b483e1b1ece421fd80 (diff) | |
download | rspamd-27498df9be766547e32d5f18f497bc22e8da3eb3.tar.gz rspamd-27498df9be766547e32d5f18f497bc22e8da3eb3.zip |
[Fix] Use bundled libfmt everywherevstakhov-fmt-embedding
Issue: #5258
Diffstat (limited to 'src/lua/lua_shingles.cxx')
-rw-r--r-- | src/lua/lua_shingles.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua/lua_shingles.cxx b/src/lua/lua_shingles.cxx index 4682ef74f..7d4b277fc 100644 --- a/src/lua/lua_shingles.cxx +++ b/src/lua/lua_shingles.cxx @@ -17,7 +17,7 @@ #include "lua_common.h" #include "lua_classnames.h" #include "shingles.h" -#include "fmt/format.h" +#include "contrib/fmt/include/fmt/format.h" /*** * @module rspamd_shingle |