diff options
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> |