[llvm-commits] CVS: llvm/tools/llvm-nm/llvm-nm.cpp
LLVM
llvm at cs.uiuc.edu
Sun Jul 4 07:26:18 PDT 2004
Changes in directory llvm/tools/llvm-nm:
llvm-nm.cpp updated: 1.14 -> 1.15
---
Log message:
Add #include <iostream> since Value.h does not include it any more.
---
Diffs of the changes: (+1 -0)
Index: llvm/tools/llvm-nm/llvm-nm.cpp
diff -u llvm/tools/llvm-nm/llvm-nm.cpp:1.14 llvm/tools/llvm-nm/llvm-nm.cpp:1.15
--- llvm/tools/llvm-nm/llvm-nm.cpp:1.14 Thu May 27 00:39:25 2004
+++ llvm/tools/llvm-nm/llvm-nm.cpp Sun Jul 4 07:20:55 2004
@@ -24,6 +24,7 @@
#include <cctype>
#include <cerrno>
#include <cstring>
+#include <iostream>
using namespace llvm;
More information about the llvm-commits
mailing list