commit | 7d6220ca4a53b38673473fd461ff8e983d22225e | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Mar 02 22:20:04 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Mar 02 22:20:04 2009 +0000 |
tree | 83c32ffe6aa7c2d08542c9ca83eec0b823df62ad | |
parent | 738d3f647b8423495cb77a76819f3257ba61a5eb [diff] [blame] |
improve compatibility with GCC 4.4, patch by Michel Salim (PR3697) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65884 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Lex/PPMacroExpansion.cpp b/lib/Lex/PPMacroExpansion.cpp index a8b09e5..6cb1908 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/Lex/LexDiagnostic.h" +#include <cstdio> #include <ctime> using namespace clang;