[llvm-commits] CVS: llvm/lib/Support/CommandLine.cpp

Duraid Madina duraid at octopus.com.au
Sun Dec 25 20:56:28 PST 2005



Changes in directory llvm/lib/Support:

CommandLine.cpp updated: 1.64 -> 1.65
---
Log message:

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/ )


---
Diffs of the changes:  (+1 -0)

 CommandLine.cpp |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/lib/Support/CommandLine.cpp
diff -u llvm/lib/Support/CommandLine.cpp:1.64 llvm/lib/Support/CommandLine.cpp:1.65
--- llvm/lib/Support/CommandLine.cpp:1.64	Wed Nov 16 00:36:47 2005
+++ llvm/lib/Support/CommandLine.cpp	Sun Dec 25 22:56:16 2005
@@ -19,6 +19,7 @@
 #include "llvm/Config/config.h"
 #include "llvm/Support/CommandLine.h"
 #include <algorithm>
+#include <functional>
 #include <map>
 #include <set>
 #include <iostream>






More information about the llvm-commits mailing list