aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGVtable.cpp
diff options
context:
space:
mode:
authorZhongxing Xu <xuzhongxing@gmail.com>2009-11-13 05:46:16 +0000
committerZhongxing Xu <xuzhongxing@gmail.com>2009-11-13 05:46:16 +0000
commit7fe26ac635d4ca61b3d09af619753a7df1cd80ce (patch)
tree28f1770ecf168a5edd0fc084fca19822447bcdc2 /lib/CodeGen/CGVtable.cpp
parentaadd7a48453b4f58bd8e1e9eb670918ee7d6a711 (diff)
Include header for printf.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@87086 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGVtable.cpp')
-rw-r--r--lib/CodeGen/CGVtable.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/CGVtable.cpp b/lib/CodeGen/CGVtable.cpp
index b12a48ad94..abf7f2d903 100644
--- a/lib/CodeGen/CGVtable.cpp
+++ b/lib/CodeGen/CGVtable.cpp
@@ -15,6 +15,7 @@
#include "CodeGenFunction.h"
#include "clang/AST/RecordLayout.h"
+#include <cstdio>
using namespace clang;
using namespace CodeGen;