summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/CommandLine.cpp
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2008-02-20 11:08:44 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2008-02-20 11:08:44 +0000
commit579f07135afdc3975eb24a210433222b888dc9f7 (patch)
tree460fdcf6fe4d577708dcd3004a06536999972528 /llvm/lib/Support/CommandLine.cpp
parentb912351ec908c049b5f40eab0052602c8dff31cd (diff)
downloadbcm5719-llvm-579f07135afdc3975eb24a210433222b888dc9f7.tar.gz
bcm5719-llvm-579f07135afdc3975eb24a210433222b888dc9f7.zip
Unbreak build with gcc 4.3: provide missed includes and silence most annoying warnings.
llvm-svn: 47367
Diffstat (limited to 'llvm/lib/Support/CommandLine.cpp')
-rw-r--r--llvm/lib/Support/CommandLine.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Support/CommandLine.cpp b/llvm/lib/Support/CommandLine.cpp
index 804af957770..c70ed0da0cc 100644
--- a/llvm/lib/Support/CommandLine.cpp
+++ b/llvm/lib/Support/CommandLine.cpp
@@ -29,6 +29,7 @@
#include <cstdlib>
#include <cerrno>
#include <cstring>
+#include <climits>
using namespace llvm;
using namespace cl;
OpenPOWER on IntegriCloud