diff options
-rw-r--r-- | clang/include/clang/Frontend/CommandLineSourceLoc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/include/clang/Frontend/CommandLineSourceLoc.h b/clang/include/clang/Frontend/CommandLineSourceLoc.h index 7ee2a5816c8..1eaa958995f 100644 --- a/clang/include/clang/Frontend/CommandLineSourceLoc.h +++ b/clang/include/clang/Frontend/CommandLineSourceLoc.h @@ -15,6 +15,7 @@ #define LLVM_CLANG_FRONTEND_COMMANDLINESOURCELOC_H #include "llvm/Support/CommandLine.h" +#include <cstdio> namespace clang { |