From 69fca99c0420dbcd0407b4e5918726debd80b147 Mon Sep 17 00:00:00 2001 From: Lixin Wei Date: Mon, 20 Oct 2025 21:30:51 +0800 Subject: [PATCH] Fix include error of rfl/Literal.hpp --- include/rfl/Literal.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/rfl/Literal.hpp b/include/rfl/Literal.hpp index 341b0b98..eff9ffed 100644 --- a/include/rfl/Literal.hpp +++ b/include/rfl/Literal.hpp @@ -4,6 +4,7 @@ #include #include #include +#include #include #include #include