diff options
author | Chris Lattner <sabre@nondot.org> | 2009-03-02 22:20:04 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-03-02 22:20:04 +0000 |
commit | 3daed52a57d03765223021f5f921bdc280c8f3cc (patch) | |
tree | 83c32ffe6aa7c2d08542c9ca83eec0b823df62ad /lib/Lex/HeaderSearch.cpp | |
parent | 16167a6e3f7dfb7ed0babc5e0baab9fd140e959d (diff) |
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
Diffstat (limited to 'lib/Lex/HeaderSearch.cpp')
-rw-r--r-- | lib/Lex/HeaderSearch.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Lex/HeaderSearch.cpp b/lib/Lex/HeaderSearch.cpp index 44ae35c8b7..2cc29ecbed 100644 --- a/lib/Lex/HeaderSearch.cpp +++ b/lib/Lex/HeaderSearch.cpp @@ -17,6 +17,7 @@ #include "clang/Basic/IdentifierTable.h" #include "llvm/System/Path.h" #include "llvm/ADT/SmallString.h" +#include <cstdio> using namespace clang; HeaderSearch::HeaderSearch(FileManager &FM) : FileMgr(FM), FrameworkMap(64) { |