missing climits

This commit is contained in:
Xuan Son Nguyen 2024-09-09 16:07:58 +02:00
parent 30f06726e7
commit fa00ec0e59
2 changed files with 1 additions and 1 deletions

View file

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

View file

@ -25,7 +25,6 @@
#include <unordered_map> #include <unordered_map>
#include <unordered_set> #include <unordered_set>
#include <vector> #include <vector>
#include <climits>
#if defined(__APPLE__) && defined(__MACH__) #if defined(__APPLE__) && defined(__MACH__)
#include <sys/types.h> #include <sys/types.h>