mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Include limits, not climints (using std::numeric_limits now)
This commit is contained in:
parent
387c8e3c5b
commit
0e87f34bed
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
#include <map>
|
||||
#include <set>
|
||||
#include <cassert>
|
||||
#include <climits>
|
||||
#include <limits>
|
||||
#include <cstring>
|
||||
#include <cstdio>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue