Author: zhongxingxu
Date: Fri Jun 26 00:13:13 2009
New Revision: 74267

URL: http://llvm.org/viewvc/llvm-project?rev=74267&view=rev
Log:
Fix build break.

Modified:
    cfe/trunk/include/clang/Frontend/CommandLineSourceLoc.h

Modified: cfe/trunk/include/clang/Frontend/CommandLineSourceLoc.h
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Frontend/CommandLineSourceLoc.h?rev=74267&r1=74266&r2=74267&view=diff

==============================================================================
--- cfe/trunk/include/clang/Frontend/CommandLineSourceLoc.h (original)
+++ cfe/trunk/include/clang/Frontend/CommandLineSourceLoc.h Fri Jun 26 00:13:13 
2009
@@ -15,6 +15,7 @@
 #define LLVM_CLANG_FRONTEND_COMMANDLINESOURCELOC_H
 
 #include "llvm/Support/CommandLine.h"
+#include <cstdio>
 
 namespace clang {
 


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to