From fa00ec0e596b4d73c0ea94f51276bdc83e7e5ece Mon Sep 17 00:00:00 2001 From: Xuan Son Nguyen Date: Mon, 9 Sep 2024 16:07:58 +0200 Subject: [PATCH] missing climits --- common/arg.cpp | 1 + common/common.cpp | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/common/arg.cpp b/common/arg.cpp index 93fdc6c43..9707bd5f9 100644 --- a/common/arg.cpp +++ b/common/arg.cpp @@ -6,6 +6,7 @@ #include #include #include +#include #include "json-schema-to-grammar.h" diff --git a/common/common.cpp b/common/common.cpp index f62b8d8bb..5395eaa0e 100644 --- a/common/common.cpp +++ b/common/common.cpp @@ -25,7 +25,6 @@ #include #include #include -#include #if defined(__APPLE__) && defined(__MACH__) #include