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 /test | |
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 'test')
-rw-r--r-- | test/rspamd_cxx_unit_dkim.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/rspamd_cxx_unit_dkim.hxx b/test/rspamd_cxx_unit_dkim.hxx index d445c3800..d501aaedd 100644 --- a/test/rspamd_cxx_unit_dkim.hxx +++ b/test/rspamd_cxx_unit_dkim.hxx @@ -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. @@ -21,7 +21,7 @@ #define DOCTEST_CONFIG_IMPLEMENTATION_IN_DLL #include "doctest/doctest.h" -#include "fmt/base.h" +#include "contrib/fmt/include/fmt/base.h" #include "libserver/dkim.h" #include <vector> |