From a109e92a66ac7dc69613e13a740357aeebf0a26d Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Thu, 15 Dec 2011 04:24:37 +0000 Subject: [PATCH] has UINT_MAX, not . llvm-svn: 146638 --- clang/lib/Frontend/VerifyDiagnosticConsumer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/lib/Frontend/VerifyDiagnosticConsumer.cpp b/clang/lib/Frontend/VerifyDiagnosticConsumer.cpp index 641385242a9f..1676a44c46fe 100644 --- a/clang/lib/Frontend/VerifyDiagnosticConsumer.cpp +++ b/clang/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 +#include using namespace clang;