[llvm-commits] CVS: llvm/tools/llvm-nm/llvm-nm.cpp

Jeff Cohen jeffc at jolt-lang.org
Sun Mar 4 16:02:04 PST 2007



Changes in directory llvm/tools/llvm-nm:

llvm-nm.cpp updated: 1.31 -> 1.32
---
Log message:

Unbreak VC++ build.

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

 llvm-nm.cpp |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/tools/llvm-nm/llvm-nm.cpp
diff -u llvm/tools/llvm-nm/llvm-nm.cpp:1.31 llvm/tools/llvm-nm/llvm-nm.cpp:1.32
--- llvm/tools/llvm-nm/llvm-nm.cpp:1.31	Wed Feb  7 15:41:02 2007
+++ llvm/tools/llvm-nm/llvm-nm.cpp	Sun Mar  4 18:00:42 2007
@@ -22,6 +22,7 @@
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/ManagedStatic.h"
 #include "llvm/System/Signals.h"
+#include <algorithm>
 #include <cctype>
 #include <cerrno>
 #include <cstring>






More information about the llvm-commits mailing list