<climits> has UINT_MAX, not <limits>.

llvm-svn: 146638
This commit is contained in:
Eli Friedman 2011-12-15 04:24:37 +00:00
parent f8548b080d
commit a109e92a66
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
#include "llvm/ADT/SmallString.h"
#include "llvm/Support/Regex.h"
#include "llvm/Support/raw_ostream.h"
#include <limits>
#include <climits>
using namespace clang;