]> granicus.if.org Git - clang/commitdiff
clang-format: Appease the buildbots by including climits.
authorDaniel Jasper <djasper@google.com>
Mon, 11 May 2015 13:52:13 +0000 (13:52 +0000)
committerDaniel Jasper <djasper@google.com>
Mon, 11 May 2015 13:52:13 +0000 (13:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@236995 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Format/FormatToken.cpp

index b565ee1f200e0cd30fd3ba5a7ecf6275bb83c8ce..bbc0fa8b0b8c6f6ccedd7ca3b16e52e4478e3016 100644 (file)
@@ -18,6 +18,7 @@
 #include "clang/Format/Format.h"
 #include "llvm/ADT/SmallVector.h"
 #include "llvm/Support/Debug.h"
+#include <climits>
 
 namespace clang {
 namespace format {