When generating a bundle for Qt types, the resulting header file will not compile correctly because "\<limits>" is included after usage.
The first point where it is needed is on line 2490 but the header is included only at line 2981. Adding an include before that fixes the problem.
When generating a bundle for Qt types, the resulting header file will not compile correctly because "\<limits>" is included after usage. The first point where it is needed is on line 2490 but the header is included only at line 2981. Adding an include before that fixes the problem.
I am using valijson version 0.7 from Releases