commit | 7d4b9fabf3778ca90aa45392a49cb9c082709929 | [log] [tgz] |
---|---|---|
author | Fariborz Jahanian <fjahanian@apple.com> | Wed Nov 14 17:43:08 2012 +0000 |
committer | Fariborz Jahanian <fjahanian@apple.com> | Wed Nov 14 17:43:08 2012 +0000 |
tree | ef0a5ce8487dd4d25a66fc34737a827478b9ba8a | |
parent | ccf57eab4ed02fca61e6996c8aebb5e04f46c0e7 [diff] [blame] |
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 33f6eeb..69449b1 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 <algorithm> +#include <cstdio> using namespace clang; using namespace CodeGen;