Skip to content

Commit e7c0b2e

Browse files
committedDec 1, 2016
Fix broken buildbots because of r288424 (NFC).
llvm-svn: 288426
1 parent f65e4ce commit e7c0b2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎llvm/include/llvm/Support/CommandLine.h

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
#include "llvm/Support/ErrorHandling.h"
3232
#include "llvm/Support/ManagedStatic.h"
3333
#include <cassert>
34+
#include <climits>
3435
#include <cstddef>
3536
#include <initializer_list>
3637
#include <string>

0 commit comments

Comments
 (0)
Please sign in to comment.