mirror of
https://github.com/Z3Prover/z3
synced 2025-06-04 05:11:21 +00:00
limits -> climits
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
1cb3f7c792
commit
879e217fe6
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ Notes:
|
||||||
#define APPROX_NAT_H_
|
#define APPROX_NAT_H_
|
||||||
|
|
||||||
#include<iostream>
|
#include<iostream>
|
||||||
#include<limits>
|
#include<climits>
|
||||||
|
|
||||||
class approx_nat {
|
class approx_nat {
|
||||||
unsigned m_value;
|
unsigned m_value;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue