diff options
author | Zhongxing Xu <xuzhongxing@gmail.com> | 2009-11-13 05:46:16 +0000 |
---|---|---|
committer | Zhongxing Xu <xuzhongxing@gmail.com> | 2009-11-13 05:46:16 +0000 |
commit | 1721ef7a535a1e98bbcd1b72ea5b393e676def2c (patch) | |
tree | d8b1aa2102c488f57af7cdce1653b9e98b45b206 /clang/lib/CodeGen/CGVtable.cpp | |
parent | 46129b0934c33a739b5e4972b1fbe232a65c9af3 (diff) | |
download | bcm5719-llvm-1721ef7a535a1e98bbcd1b72ea5b393e676def2c.tar.gz bcm5719-llvm-1721ef7a535a1e98bbcd1b72ea5b393e676def2c.zip |
Include header for printf.
llvm-svn: 87086
Diffstat (limited to 'clang/lib/CodeGen/CGVtable.cpp')
-rw-r--r-- | clang/lib/CodeGen/CGVtable.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/CGVtable.cpp b/clang/lib/CodeGen/CGVtable.cpp index b12a48ad94b..abf7f2d9039 100644 --- a/clang/lib/CodeGen/CGVtable.cpp +++ b/clang/lib/CodeGen/CGVtable.cpp @@ -15,6 +15,7 @@ #include "CodeGenFunction.h" #include "clang/AST/RecordLayout.h" +#include <cstdio> using namespace clang; using namespace CodeGen; |