Include limits, not climints (using std::numeric_limits now)

This commit is contained in:
Gavin Andresen 2011-12-20 12:04:33 -05:00
parent 387c8e3c5b
commit 0e87f34bed
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
#include <map>
#include <set>
#include <cassert>
#include <climits>
#include <limits>
#include <cstring>
#include <cstdio>