From: Fariborz Jahanian Date: Wed, 14 Nov 2012 17:43:08 +0000 (+0000) Subject: fixes a buildbot failure. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d4b9fabf3778ca90aa45392a49cb9c082709929;p=clang fixes a buildbot failure. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167934 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGBlocks.cpp b/lib/CodeGen/CGBlocks.cpp index 33f6eebd67..69449b1aa5 100644 --- a/lib/CodeGen/CGBlocks.cpp +++ b/lib/CodeGen/CGBlocks.cpp @@ -21,6 +21,7 @@ #include "llvm/ADT/SmallSet.h" #include "llvm/DataLayout.h" #include +#include using namespace clang; using namespace CodeGen;