]> granicus.if.org Git - clang/commitdiff
Add missing include for Linux buildbot
authorDmitri Gribenko <gribozavr@gmail.com>
Mon, 30 Jul 2012 17:49:32 +0000 (17:49 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Mon, 30 Jul 2012 17:49:32 +0000 (17:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160971 91177308-0d34-0410-b5e6-96231b3b80d8

tools/libclang/CXComment.cpp

index 4189b31446a379361caebd7d120736446616483e..05dc6fe4f8109171d20840ed6fa90de161bccf20 100644 (file)
@@ -20,6 +20,8 @@
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/raw_ostream.h"
 
+#include <climits>
+
 using namespace clang;
 using namespace clang::cxstring;
 using namespace clang::comments;