Changes in directory llvm/include/llvm/ADT:

FoldingSet.h updated: 1.4 -> 1.5
---
Log message:

Unbreak VC++ build.

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

 FoldingSet.h |    2 ++
 1 files changed, 2 insertions(+)


Index: llvm/include/llvm/ADT/FoldingSet.h
diff -u llvm/include/llvm/ADT/FoldingSet.h:1.4 
llvm/include/llvm/ADT/FoldingSet.h:1.5
--- llvm/include/llvm/ADT/FoldingSet.h:1.4      Thu Nov  2 08:21:26 2006
+++ llvm/include/llvm/ADT/FoldingSet.h  Sun Nov  5 13:31:28 2006
@@ -16,7 +16,9 @@
 #ifndef LLVM_ADT_FOLDINGSET_H
 #define LLVM_ADT_FOLDINGSET_H
 
+#include "llvm/Support/DataTypes.h"
 #include "llvm/ADT/SmallVector.h"
+#include <string>
 
 namespace llvm {
 



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to