[llvm-commits] CVS: llvm/include/llvm/Support/Compressor.h

Jeff Cohen jeffc at jolt-lang.org
Sun Nov 5 11:32:26 PST 2006



Changes in directory llvm/include/llvm/Support:

Compressor.h updated: 1.8 -> 1.9
---
Log message:

Unbreak VC++ build.

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

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


Index: llvm/include/llvm/Support/Compressor.h
diff -u llvm/include/llvm/Support/Compressor.h:1.8 llvm/include/llvm/Support/Compressor.h:1.9
--- llvm/include/llvm/Support/Compressor.h:1.8	Fri Jul  7 12:00:12 2006
+++ llvm/include/llvm/Support/Compressor.h	Sun Nov  5 13:31:28 2006
@@ -16,6 +16,7 @@
 
 #include "llvm/Support/DataTypes.h"
 #include <iosfwd>
+#include <string>
 
 namespace llvm {
 






More information about the llvm-commits mailing list