Fix missing Include (#1585)

'std::numeric_limits' do need '#include <limits>'
This commit is contained in:
Portisch 2023-03-09 08:38:05 +01:00 committed by GitHub
parent c73f8623b8
commit 85eb62f314
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
### Fixed
- Fixed missing Include limits in QJsonSchemaChecker
## Removed

View File

@ -1,4 +1,5 @@
// stdlib includes
#include <limits>
#include <iterator>
#include <algorithm>
#include <cmath>