diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-11-05 01:34:19 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-11-05 01:34:19 +0000 |
commit | c09f3fbaee9bc39260701b9ae2e3cbf90cfc8834 (patch) | |
tree | 96f803d102e8525643c448bf74c0cd6397d48390 /lib/Frontend/TestModuleFileExtension.cpp | |
parent | 6215dbd9a8bf16e34b9b7a0cfda3d17e629a2d8d (diff) | |
download | clang-c09f3fbaee9bc39260701b9ae2e3cbf90cfc8834.tar.gz |
TestModuleFileExtension.cpp: Include <cstdio> explicitly for fprintf(3).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@252128 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend/TestModuleFileExtension.cpp')
-rw-r--r-- | lib/Frontend/TestModuleFileExtension.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Frontend/TestModuleFileExtension.cpp b/lib/Frontend/TestModuleFileExtension.cpp index e17dc3c1ba..c020468ce0 100644 --- a/lib/Frontend/TestModuleFileExtension.cpp +++ b/lib/Frontend/TestModuleFileExtension.cpp @@ -12,6 +12,7 @@ #include "llvm/ADT/Hashing.h" #include "llvm/Bitcode/BitstreamWriter.h" #include "llvm/Support/raw_ostream.h" +#include <cstdio> using namespace clang; using namespace clang::serialization; |