From cbb42664046889803d77b6ed0333dc144b0a896c Mon Sep 17 00:00:00 2001 From: Shengqi Chen Date: Mon, 21 Oct 2024 21:46:13 +0800 Subject: [PATCH] Fix wrong header filename for ctre library Fixes getml/reflect-cpp#224 Signed-off-by: Shengqi Chen --- include/rfl/PatternValidator.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/rfl/PatternValidator.hpp b/include/rfl/PatternValidator.hpp index b3e178fd..b88aa811 100644 --- a/include/rfl/PatternValidator.hpp +++ b/include/rfl/PatternValidator.hpp @@ -3,7 +3,7 @@ #include -#if __has_include() +#if __has_include() #include #else #include "thirdparty/ctre.hpp"