[llvm] r288426 - Fix broken buildbots because of r288424 (NFC).

Eugene Zelenko via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 1 14:26:55 PST 2016


Author: eugenezelenko
Date: Thu Dec  1 16:26:55 2016
New Revision: 288426

URL: http://llvm.org/viewvc/llvm-project?rev=288426&view=rev
Log:
Fix broken buildbots because of r288424 (NFC).

Modified:
    llvm/trunk/include/llvm/Support/CommandLine.h

Modified: llvm/trunk/include/llvm/Support/CommandLine.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/CommandLine.h?rev=288426&r1=288425&r2=288426&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/CommandLine.h (original)
+++ llvm/trunk/include/llvm/Support/CommandLine.h Thu Dec  1 16:26:55 2016
@@ -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>




More information about the llvm-commits mailing list