diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2012-11-14 17:43:08 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2012-11-14 17:43:08 +0000 |
commit | 7d4b9fabf3778ca90aa45392a49cb9c082709929 (patch) | |
tree | ef0a5ce8487dd4d25a66fc34737a827478b9ba8a /lib/CodeGen/CGBlocks.cpp | |
parent | ccf57eab4ed02fca61e6996c8aebb5e04f46c0e7 (diff) |
fixes a buildbot failure.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167934 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGBlocks.cpp')
-rw-r--r-- | lib/CodeGen/CGBlocks.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 <algorithm> +#include <cstdio> using namespace clang; using namespace CodeGen; |