diff options
Diffstat (limited to 'src/utils/cpp/verify_hash.hpp')
-rw-r--r-- | src/utils/cpp/verify_hash.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/utils/cpp/verify_hash.hpp b/src/utils/cpp/verify_hash.hpp index ab2a4b45..4ec3a30b 100644 --- a/src/utils/cpp/verify_hash.hpp +++ b/src/utils/cpp/verify_hash.hpp @@ -19,7 +19,8 @@ #include <optional> #include <string> -#include <fmt/core.h> +#include "fmt/core.h" + /// \brief Check if the passed string \p s is a hash. /// This function is mainly used to check that the hash of a Digest received /// over the wire is a real hash, to prevent a malicious attack. |