From 807311e0dde16a94e946101dcbe83355d08c05b0 Mon Sep 17 00:00:00 2001 From: ADAM David Alan Martin Date: Sat, 15 Jun 2024 17:41:13 -0400 Subject: [PATCH] In this file, `Concepts.h` should be non-relative --- template_for_each.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template_for_each.h b/template_for_each.h index 79822da..1ec5d61 100644 --- a/template_for_each.h +++ b/template_for_each.h @@ -6,7 +6,7 @@ static_assert( __cplusplus > 2020'99 ); #include -#include "Concepts.h" +#include namespace Alepha::Hydrogen ::detail:: template_for_each_m {