aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver/symcache
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rspamd.com>2024-07-01 15:20:05 +0100
committerVsevolod Stakhov <vsevolod@rspamd.com>2024-07-01 15:20:05 +0100
commit19299911dc7b951fa9649b918a661026a5d0e450 (patch)
tree9e75ffa06229cb89a41717570e65d37467656ae6 /src/libserver/symcache
parent6862a6bff243d5b57fb64e8ece97f65c6cc9ac16 (diff)
downloadrspamd-19299911dc7b951fa9649b918a661026a5d0e450.tar.gz
rspamd-19299911dc7b951fa9649b918a661026a5d0e450.zip
[Rework] Update fmt to version 11
Diffstat (limited to 'src/libserver/symcache')
-rw-r--r--src/libserver/symcache/symcache_impl.cxx2
-rw-r--r--src/libserver/symcache/symcache_item.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/libserver/symcache/symcache_impl.cxx b/src/libserver/symcache/symcache_impl.cxx
index 4ea087024..7159555d2 100644
--- a/src/libserver/symcache/symcache_impl.cxx
+++ b/src/libserver/symcache/symcache_impl.cxx
@@ -21,7 +21,7 @@
#include "unix-std.h"
#include "libutil/cxx/file_util.hxx"
#include "libutil/cxx/util.hxx"
-#include "fmt/core.h"
+#include "fmt/base.h"
#include "contrib/t1ha/t1ha.h"
#ifdef __has_include
diff --git a/src/libserver/symcache/symcache_item.cxx b/src/libserver/symcache/symcache_item.cxx
index 490a87880..4a9581fe7 100644
--- a/src/libserver/symcache/symcache_item.cxx
+++ b/src/libserver/symcache/symcache_item.cxx
@@ -17,7 +17,7 @@
#include "lua/lua_common.h"
#include "symcache_internal.hxx"
#include "symcache_item.hxx"
-#include "fmt/core.h"
+#include "fmt/base.h"
#include "libserver/task.h"
#include "libutil/cxx/util.hxx"
#include <numeric>