diff options
author | Zhongxing Xu <xuzhongxing@gmail.com> | 2009-05-20 01:55:10 +0000 |
---|---|---|
committer | Zhongxing Xu <xuzhongxing@gmail.com> | 2009-05-20 01:55:10 +0000 |
commit | a1f3dba77b7418575c1ff539ffa74ebaa068280c (patch) | |
tree | 73792e171370c3befa0ad993c5b76fe899a4a5ad /lib/Sema/SemaChecking.cpp | |
parent | 7cd3a648b3d3057805c022b9470bbdfe21d732a5 (diff) |
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
Diffstat (limited to 'lib/Sema/SemaChecking.cpp')
-rw-r--r-- | lib/Sema/SemaChecking.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 <limits> using namespace clang; /// getLocationOfStringLiteralByte - Return a source location that points to the |