diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-01-25 01:47:07 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-01-25 01:47:07 +0000 |
commit | 1d32133b44487d9e98412e373d693416b05920bb (patch) | |
tree | 5e7b5b17a87e52da8986711e4a0ab570d29070d4 | |
parent | 1a49d97d762570027863e9209af81d445e4f1502 (diff) |
Serialization/GlobalModuleIndex.cpp: Fixup r173405, <cstdio>
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173408 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Serialization/GlobalModuleIndex.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Serialization/GlobalModuleIndex.cpp b/lib/Serialization/GlobalModuleIndex.cpp index bdd33642eb..b192398280 100644 --- a/lib/Serialization/GlobalModuleIndex.cpp +++ b/lib/Serialization/GlobalModuleIndex.cpp @@ -26,6 +26,7 @@ #include "llvm/Support/LockFileManager.h" #include "llvm/Support/MemoryBuffer.h" #include "llvm/Support/PathV2.h" +#include <cstdio> using namespace clang; using namespace serialization; |