[cfe-commits] r74267 - /cfe/trunk/include/clang/Frontend/CommandLineSourceLoc.h
Zhongxing Xu
xuzhongxing at gmail.com
Thu Jun 25 22:13:13 PDT 2009
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 {
More information about the cfe-commits
mailing list