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 | 050379b8650cbbc69388b738fa768e6576ebfc13 (patch) | |
tree | edfb786c610552aef1257782929ec6dd5e8b11db /clang/lib/Sema/SemaChecking.cpp | |
parent | 02bb7f0ac89b873d32aa1f6cdd9e26be0fcb1014 (diff) | |
download | bcm5719-llvm-050379b8650cbbc69388b738fa768e6576ebfc13.tar.gz bcm5719-llvm-050379b8650cbbc69388b738fa768e6576ebfc13.zip |
add header to be built by gcc 4.3 on Linux.
llvm-svn: 72158
Diffstat (limited to 'clang/lib/Sema/SemaChecking.cpp')
-rw-r--r-- | clang/lib/Sema/SemaChecking.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/Sema/SemaChecking.cpp b/clang/lib/Sema/SemaChecking.cpp index 5a68346e0dd..e9ddce33ce4 100644 --- a/clang/lib/Sema/SemaChecking.cpp +++ b/clang/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 |