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