missing cstdarg

This commit is contained in:
Xuan Son Nguyen 2024-09-09 16:26:39 +02:00
parent fa00ec0e59
commit 3e03807043

View file

@ -6,6 +6,7 @@
#include <set> #include <set>
#include <fstream> #include <fstream>
#include <regex> #include <regex>
#include <cstdarg>
#include <climits> #include <climits>
#include "json-schema-to-grammar.h" #include "json-schema-to-grammar.h"