[cfe-commits] r72158 - /cfe/trunk/lib/Sema/SemaChecking.cpp

Zhongxing Xu xuzhongxing at gmail.com
Tue May 19 18:55:10 PDT 2009


Author: zhongxingxu
Date: Tue May 19 20:55:10 2009
New Revision: 72158

URL: http://llvm.org/viewvc/llvm-project?rev=72158&view=rev
Log:
add header to be built by gcc 4.3 on Linux.

Modified:
    cfe/trunk/lib/Sema/SemaChecking.cpp

Modified: cfe/trunk/lib/Sema/SemaChecking.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaChecking.cpp?rev=72158&r1=72157&r2=72158&view=diff

==============================================================================
--- cfe/trunk/lib/Sema/SemaChecking.cpp (original)
+++ cfe/trunk/lib/Sema/SemaChecking.cpp Tue May 19 20:55:10 2009
@@ -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





More information about the cfe-commits mailing list