From 676bb5ad76947fbd81245100cebfbfc3d547d545 Mon Sep 17 00:00:00 2001 From: Anna Zaks Date: Thu, 15 Dec 2011 03:27:51 +0000 Subject: [PATCH] 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 --- lib/Frontend/VerifyDiagnosticConsumer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Frontend/VerifyDiagnosticConsumer.cpp b/lib/Frontend/VerifyDiagnosticConsumer.cpp index f7c10c7b2a..641385242a 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 using namespace clang; -- 2.40.0