From 3daed52a57d03765223021f5f921bdc280c8f3cc Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 2 Mar 2009 22:20:04 +0000 Subject: 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 --- lib/Lex/Preprocessor.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Lex/Preprocessor.cpp') diff --git a/lib/Lex/Preprocessor.cpp b/lib/Lex/Preprocessor.cpp index 26777d9170..2a9fa0a85b 100644 --- a/lib/Lex/Preprocessor.cpp +++ b/lib/Lex/Preprocessor.cpp @@ -38,6 +38,7 @@ #include "llvm/ADT/SmallVector.h" #include "llvm/Support/MemoryBuffer.h" #include "llvm/Support/Streams.h" +#include using namespace clang; //===----------------------------------------------------------------------===// -- cgit v1.2.3-18-g5258