diff options
author | Eugene Zelenko <eugene.zelenko@gmail.com> | 2016-12-01 22:26:55 +0000 |
---|---|---|
committer | Eugene Zelenko <eugene.zelenko@gmail.com> | 2016-12-01 22:26:55 +0000 |
commit | e7c0b2e0f81a0c810840dbd34739616895df4b2c (patch) | |
tree | 3289ac054c9a4212392018b22f01ae4a65e32c6c /llvm/include/llvm/Support/CommandLine.h | |
parent | f65e4ce2c48a10ec384260d98d7a1e23a606cf54 (diff) | |
download | bcm5719-llvm-e7c0b2e0f81a0c810840dbd34739616895df4b2c.tar.gz bcm5719-llvm-e7c0b2e0f81a0c810840dbd34739616895df4b2c.zip |
Fix broken buildbots because of r288424 (NFC).
llvm-svn: 288426
Diffstat (limited to 'llvm/include/llvm/Support/CommandLine.h')
-rw-r--r-- | llvm/include/llvm/Support/CommandLine.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/Support/CommandLine.h b/llvm/include/llvm/Support/CommandLine.h index 059c2a7ae11..515c18ed1d9 100644 --- a/llvm/include/llvm/Support/CommandLine.h +++ b/llvm/include/llvm/Support/CommandLine.h @@ -31,6 +31,7 @@ #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/ManagedStatic.h" #include <cassert> +#include <climits> #include <cstddef> #include <initializer_list> #include <string> |