From 9825c6d1035e4bed4d237d6c90308ded9e54e193 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Thu, 30 Nov 2023 14:09:35 +0100 Subject: Resolve inconsistencies in third-party headers include format --- src/utils/cpp/gsl.hpp | 2 +- src/utils/cpp/verify_hash.hpp | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'src/utils/cpp') diff --git a/src/utils/cpp/gsl.hpp b/src/utils/cpp/gsl.hpp index 882df29b..97e0afe7 100644 --- a/src/utils/cpp/gsl.hpp +++ b/src/utils/cpp/gsl.hpp @@ -15,7 +15,7 @@ #ifndef INCLUDED_SRC_UTILS_CPP_GSL_HPP #define INCLUDED_SRC_UTILS_CPP_GSL_HPP -#include +#include "gsl/gsl" // implement EnsuresAudit/ExpectsAudit (from gsl-lite) only run in debug mode #ifdef NDEBUG 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 #include -#include +#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. -- cgit v1.2.3