diff options
author | Zhongxing Xu <xuzhongxing@gmail.com> | 2009-06-26 05:13:13 +0000 |
---|---|---|
committer | Zhongxing Xu <xuzhongxing@gmail.com> | 2009-06-26 05:13:13 +0000 |
commit | 1730ce496e8f8d6a50b2af7afa5d65016e3b8384 (patch) | |
tree | c98578be4609a7afc09312f83c1045b6ae6fcc82 /include/clang/Frontend/CommandLineSourceLoc.h | |
parent | b78d833b12f7c4baab138f305f72efd49455a3f9 (diff) |
Fix build break.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74267 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Frontend/CommandLineSourceLoc.h')
-rw-r--r-- | include/clang/Frontend/CommandLineSourceLoc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/Frontend/CommandLineSourceLoc.h b/include/clang/Frontend/CommandLineSourceLoc.h index 7ee2a5816c..1eaa958995 100644 --- a/include/clang/Frontend/CommandLineSourceLoc.h +++ b/include/clang/Frontend/CommandLineSourceLoc.h @@ -15,6 +15,7 @@ #define LLVM_CLANG_FRONTEND_COMMANDLINESOURCELOC_H #include "llvm/Support/CommandLine.h" +#include <cstdio> namespace clang { |