From 93ed3ccac2ac4b93a2bdb04e397f5d378f8760a8 Mon Sep 17 00:00:00 2001 From: Pat Riehecky Date: Fri, 27 Mar 2026 14:33:36 -0500 Subject: [PATCH] fix: system rapidyaml needs include for c4core Signed-off-by: Pat Riehecky --- core/vm.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/core/vm.cpp b/core/vm.cpp index 2eeda923..667f9e1c 100644 --- a/core/vm.cpp +++ b/core/vm.cpp @@ -31,6 +31,7 @@ limitations under the License. #include "parser.h" #ifdef USE_SYSTEM_RAPIDYAML #include +#include #else #include "rapidyaml-0.10.0.hpp" #endif