From a1f3dba77b7418575c1ff539ffa74ebaa068280c Mon Sep 17 00:00:00 2001 From: Zhongxing Xu Date: Wed, 20 May 2009 01:55:10 +0000 Subject: [PATCH] add header to be built by gcc 4.3 on Linux. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72158 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Sema/SemaChecking.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Sema/SemaChecking.cpp b/lib/Sema/SemaChecking.cpp index 5a68346e0d..e9ddce33ce 100644 --- a/lib/Sema/SemaChecking.cpp +++ b/lib/Sema/SemaChecking.cpp @@ -19,6 +19,7 @@ #include "clang/AST/ExprObjC.h" #include "clang/Lex/LiteralSupport.h" #include "clang/Lex/Preprocessor.h" +#include using namespace clang; /// getLocationOfStringLiteralByte - Return a source location that points to the -- 2.50.1