commit | 54fd181ed45246422fef6915b013be60ee83cffc | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Tue Mar 18 05:59:11 2008 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Tue Mar 18 05:59:11 2008 +0000 |
tree | 0aff639702b3de490735d1a727fb47b909977b71 | |
parent | e439fe0cb471da19ddb807acdf355baa816ea145 [diff] [blame] |
move #include to the file that needs it. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48485 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Lex/PPMacroExpansion.cpp b/lib/Lex/PPMacroExpansion.cpp index 8218d0a..c21f399 100644 --- a/lib/Lex/PPMacroExpansion.cpp +++ b/lib/Lex/PPMacroExpansion.cpp
@@ -18,6 +18,7 @@ #include "clang/Basic/SourceManager.h" #include "clang/Basic/FileManager.h" #include "clang/Basic/Diagnostic.h" +#include <ctime> using namespace clang; /// setMacroInfo - Specify a macro for this identifier.