[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachineConstantPool.h

Duraid Madina duraid at octopus.com.au
Tue Dec 27 22:47:45 PST 2005



Changes in directory llvm/include/llvm/CodeGen:

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

be more polite in public headers 



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

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


Index: llvm/include/llvm/CodeGen/MachineConstantPool.h
diff -u llvm/include/llvm/CodeGen/MachineConstantPool.h:1.8 llvm/include/llvm/CodeGen/MachineConstantPool.h:1.9
--- llvm/include/llvm/CodeGen/MachineConstantPool.h:1.8	Wed Dec 28 00:29:38 2005
+++ llvm/include/llvm/CodeGen/MachineConstantPool.h	Wed Dec 28 00:47:33 2005
@@ -23,6 +23,7 @@
 #define LLVM_CODEGEN_MACHINECONSTANTPOOL_H
 
 #include <vector>
+#include <iosfwd>
 
 namespace llvm {
 






More information about the llvm-commits mailing list