summaryrefslogtreecommitdiffstats
path: root/lib/Format/FormatToken.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2015-05-11 13:52:13 +0000
committerDaniel Jasper <djasper@google.com>2015-05-11 13:52:13 +0000
commit5cc789b4ce3c441993f81c40d8d78bc50e9d3d0c (patch)
tree7b0780917365d8dc8e44c78ce700553ba8bcf578 /lib/Format/FormatToken.cpp
parent75557a85f8e6d7d795405cf1a4b20a528e78a75e (diff)
clang-format: Appease the buildbots by including climits.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@236995 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Format/FormatToken.cpp')
-rw-r--r--lib/Format/FormatToken.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Format/FormatToken.cpp b/lib/Format/FormatToken.cpp
index b565ee1f20..bbc0fa8b0b 100644
--- a/lib/Format/FormatToken.cpp
+++ b/lib/Format/FormatToken.cpp
@@ -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 {