diff options
author | Chris Lattner <sabre@nondot.org> | 2007-09-03 18:30:32 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-09-03 18:30:32 +0000 |
commit | 77034d39bb0fe0fda77540a414cc0b66bcf799ab (patch) | |
tree | 827f77b06d812c533c0bb56acdf2d746a5cb3c82 /Lex/Preprocessor.cpp | |
parent | b8128140956c6f8f0ab143818775a81f4b4aa477 (diff) |
Add #include required on win32.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41686 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Lex/Preprocessor.cpp')
-rw-r--r-- | Lex/Preprocessor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lex/Preprocessor.cpp b/Lex/Preprocessor.cpp index 25ddb03d48..b51222cefd 100644 --- a/Lex/Preprocessor.cpp +++ b/Lex/Preprocessor.cpp @@ -38,6 +38,7 @@ #include "llvm/ADT/SmallVector.h" #include "llvm/Support/MemoryBuffer.h" #include <iostream> +#include <ctime> using namespace clang; //===----------------------------------------------------------------------===// |