[llvm-commits] CVS: llvm/include/llvm/Linker.h

Duraid Madina duraid at octopus.com.au
Mon Dec 26 05:34:30 PST 2005



Changes in directory llvm/include/llvm:

Linker.h updated: 1.16 -> 1.17
---
Log message:

more standards compliance (damn, I can't wait for unordered_set (tee hee)
and unordered_map to make it into the standard)

Hurry up, JTC1 SC22 WG21 Library Working Group!



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

 Linker.h |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/include/llvm/Linker.h
diff -u llvm/include/llvm/Linker.h:1.16 llvm/include/llvm/Linker.h:1.17
--- llvm/include/llvm/Linker.h:1.16	Tue Dec 13 14:00:37 2005
+++ llvm/include/llvm/Linker.h	Mon Dec 26 07:34:00 2005
@@ -16,6 +16,7 @@
 
 #include "llvm/System/Path.h"
 #include <vector>
+#include <memory>
 
 namespace llvm {
 






More information about the llvm-commits mailing list