summaryrefslogtreecommitdiff
path: root/lib/Support
diff options
context:
space:
mode:
authorDuraid Madina <duraid@octopus.com.au>2005-12-26 04:56:16 +0000
committerDuraid Madina <duraid@octopus.com.au>2005-12-26 04:56:16 +0000
commit786e3e22a98ce45782932478f76cf8007fb73ec4 (patch)
tree9443fed3164a4ae29b3a7458b85f203719b3d63c /lib/Support
parenteececbab32fe072f7d6b31786787dfea270b2dbb (diff)
downloadllvm-786e3e22a98ce45782932478f76cf8007fb73ec4.tar.gz
llvm-786e3e22a98ce45782932478f76cf8007fb73ec4.tar.bz2
llvm-786e3e22a98ce45782932478f76cf8007fb73ec4.tar.xz
MERRY CHRISTMAS EVERYONE!!! (what better way to spend christmas than
to try building LLVM on HP-UX! (the Right Way seems to be to tear out the ancient STL that HP ship and use http://incubator.apache.org/stdcxx/ ) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25012 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support')
-rw-r--r--lib/Support/CommandLine.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Support/CommandLine.cpp b/lib/Support/CommandLine.cpp
index 95887e3c08..6aa6c09129 100644
--- a/lib/Support/CommandLine.cpp
+++ b/lib/Support/CommandLine.cpp
@@ -19,6 +19,7 @@
#include "llvm/Config/config.h"
#include "llvm/Support/CommandLine.h"
#include <algorithm>
+#include <functional>
#include <map>
#include <set>
#include <iostream>