From: Daniel Jasper Date: Mon, 11 May 2015 13:52:13 +0000 (+0000) Subject: clang-format: Appease the buildbots by including climits. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5cc789b4ce3c441993f81c40d8d78bc50e9d3d0c;p=clang 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 --- 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 namespace clang { namespace format {