summaryrefslogtreecommitdiffstats
path: root/clang/lib/Lex/PPMacroExpansion.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-03-02 22:20:04 +0000
committerChris Lattner <sabre@nondot.org>2009-03-02 22:20:04 +0000
commitc25d8a7e303b2f03d781bf81563a3c83077519a3 (patch)
treea4f9fc4328c7ea551dc5ae94559e9b280f419dd7 /clang/lib/Lex/PPMacroExpansion.cpp
parentbab4417e05eb2eda983c82936f85d6b5d2caf7f2 (diff)
downloadbcm5719-llvm-c25d8a7e303b2f03d781bf81563a3c83077519a3.tar.gz
bcm5719-llvm-c25d8a7e303b2f03d781bf81563a3c83077519a3.zip
improve compatibility with GCC 4.4, patch by Michel Salim (PR3697)
llvm-svn: 65884
Diffstat (limited to 'clang/lib/Lex/PPMacroExpansion.cpp')
-rw-r--r--clang/lib/Lex/PPMacroExpansion.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/Lex/PPMacroExpansion.cpp b/clang/lib/Lex/PPMacroExpansion.cpp
index a8b09e5edee..6cb1908330e 100644
--- a/clang/lib/Lex/PPMacroExpansion.cpp
+++ b/clang/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;
OpenPOWER on IntegriCloud