[llvm-commits] CVS: llvm/include/llvm/Support/Mangler.h
Tanya Brethour
tbrethou at cs.uiuc.edu
Mon Jul 28 11:43:01 PDT 2003
Changes in directory llvm/include/llvm/Support:
Mangler.h updated: 1.3 -> 1.4
---
Log message:
Need to include <string> to fix compile error on Sun
---
Diffs of the changes:
Index: llvm/include/llvm/Support/Mangler.h
diff -u llvm/include/llvm/Support/Mangler.h:1.3 llvm/include/llvm/Support/Mangler.h:1.4
--- llvm/include/llvm/Support/Mangler.h:1.3 Fri Jul 25 15:20:53 2003
+++ llvm/include/llvm/Support/Mangler.h Mon Jul 28 11:42:33 2003
@@ -11,6 +11,7 @@
class Module;
#include <map>
#include <set>
+#include <string>
class Mangler {
public:
More information about the llvm-commits
mailing list