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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils/cpp/gsl.hpp') 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 -- cgit v1.2.3