From 1721ef7a535a1e98bbcd1b72ea5b393e676def2c Mon Sep 17 00:00:00 2001 From: Zhongxing Xu Date: Fri, 13 Nov 2009 05:46:16 +0000 Subject: [PATCH] Include header for printf. llvm-svn: 87086 --- clang/lib/CodeGen/CGVtable.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/clang/lib/CodeGen/CGVtable.cpp b/clang/lib/CodeGen/CGVtable.cpp index b12a48ad94bf..abf7f2d90393 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 using namespace clang; using namespace CodeGen;