commit | 676bb5ad76947fbd81245100cebfbfc3d547d545 | [log] [tgz] |
---|---|---|
author | Anna Zaks <ganna@apple.com> | Thu Dec 15 03:27:51 2011 +0000 |
committer | Anna Zaks <ganna@apple.com> | Thu Dec 15 03:27:51 2011 +0000 |
tree | 3fa0b29e362ae62d8cf9075891658b0fb740b764 | |
parent | c035e09b6f4ed51a21e7983e504fe5380d5f2723 [diff] |
Another fixit for r146633 (to make debian-fnt bot happy), try including limits instead. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146637 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Frontend/VerifyDiagnosticConsumer.cpp b/lib/Frontend/VerifyDiagnosticConsumer.cpp index f7c10c7..6413852 100644 --- a/lib/Frontend/VerifyDiagnosticConsumer.cpp +++ b/lib/Frontend/VerifyDiagnosticConsumer.cpp
@@ -18,7 +18,7 @@ #include "llvm/ADT/SmallString.h" #include "llvm/Support/Regex.h" #include "llvm/Support/raw_ostream.h" -#include "llvm/Support/DataTypes.h" +#include <limits> using namespace clang;