summaryrefslogtreecommitdiff
path: root/src/utils/cpp/verify_hash.hpp
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2023-11-30 14:09:35 +0100
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2023-11-30 17:34:09 +0100
commit9825c6d1035e4bed4d237d6c90308ded9e54e193 (patch)
treec214bcdbe42a56e7896e01d9e652702fb6440985 /src/utils/cpp/verify_hash.hpp
parente70d12f9e6ec9d384a00c389e2111265fbe54784 (diff)
downloadjustbuild-9825c6d1035e4bed4d237d6c90308ded9e54e193.tar.gz
Resolve inconsistencies in third-party headers include format
Diffstat (limited to 'src/utils/cpp/verify_hash.hpp')
-rw-r--r--src/utils/cpp/verify_hash.hpp3
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.