From 3e03807043433aa8ac0b90966394b7018a69f317 Mon Sep 17 00:00:00 2001 From: Xuan Son Nguyen Date: Mon, 9 Sep 2024 16:26:39 +0200 Subject: [PATCH] missing cstdarg --- common/arg.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/common/arg.cpp b/common/arg.cpp index 9707bd5f9..99f9f9d5f 100644 --- a/common/arg.cpp +++ b/common/arg.cpp @@ -6,6 +6,7 @@ #include #include #include +#include #include #include "json-schema-to-grammar.h"