mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Fix missing Include (#1585)
'std::numeric_limits' do need '#include <limits>'
This commit is contained in:
parent
c73f8623b8
commit
85eb62f314
@ -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
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
// stdlib includes
|
||||
#include <limits>
|
||||
#include <iterator>
|
||||
#include <algorithm>
|
||||
#include <cmath>
|
||||
|
Loading…
Reference in New Issue
Block a user