MERRY CHRISTMAS EVERYONE!!! (what better way to spend christmas than
authorDuraid Madina <duraid@octopus.com.au>
Mon, 26 Dec 2005 04:56:16 +0000 (04:56 +0000)
committerDuraid Madina <duraid@octopus.com.au>
Mon, 26 Dec 2005 04:56:16 +0000 (04:56 +0000)
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

lib/Support/CommandLine.cpp

index 95887e3c08d30f6de7d7b5f23b089d1a9213c81b..6aa6c091292c9c8e28c4ff27c334bbd29a4168d2 100644 (file)
@@ -19,6 +19,7 @@
 #include "llvm/Config/config.h"
 #include "llvm/Support/CommandLine.h"
 #include <algorithm>
+#include <functional>
 #include <map>
 #include <set>
 #include <iostream>