valijson icon indicating copy to clipboard operation
valijson copied to clipboard

Qt bundle script: missing #include <limits>

Open ilario-gottardello opened this issue 1 year ago • 1 comments

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

ilario-gottardello avatar Aug 08 '22 08:08 ilario-gottardello

Can you let me know if commit d397ac6 addresses the issue for you?

tristanpenman avatar Aug 11 '22 00:08 tristanpenman

Closing this for now, since the issue should be resolved. Please re-open this issue if you are still having trouble with this.

tristanpenman avatar Aug 30 '22 01:08 tristanpenman