summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGBlocks.cpp
diff options
context:
space:
mode:
authorTorok Edwin <edwintorok@gmail.com>2009-08-24 13:25:12 +0000
committerTorok Edwin <edwintorok@gmail.com>2009-08-24 13:25:12 +0000
commitdb7149246f0a23e1c4bd9e158103eda9b18b1647 (patch)
tree30b60fe932d05ff1c604c11abd4e8a8ea789bb0b /clang/lib/CodeGen/CGBlocks.cpp
parent684582b632b0f0d989cb8fc51c5fada094f58656 (diff)
downloadbcm5719-llvm-db7149246f0a23e1c4bd9e158103eda9b18b1647.tar.gz
bcm5719-llvm-db7149246f0a23e1c4bd9e158103eda9b18b1647.zip
Fix build of clang with gcc-4.4: #include <cstdio> was missing.
llvm-svn: 79916
Diffstat (limited to 'clang/lib/CodeGen/CGBlocks.cpp')
-rw-r--r--clang/lib/CodeGen/CGBlocks.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CGBlocks.cpp b/clang/lib/CodeGen/CGBlocks.cpp
index dad433f6283..5156d488e2b 100644
--- a/clang/lib/CodeGen/CGBlocks.cpp
+++ b/clang/lib/CodeGen/CGBlocks.cpp
@@ -17,6 +17,8 @@
#include "llvm/Module.h"
#include "llvm/Target/TargetData.h"
#include <algorithm>
+#include <cstdio>
+
using namespace clang;
using namespace CodeGen;
OpenPOWER on IntegriCloud