[llvm-commits] CVS: llvm/include/llvm/Instructions.h Module.h

Chris Lattner sabre at nondot.org
Sun Feb 11 21:00:51 PST 2007



Changes in directory llvm/include/llvm:

Instructions.h updated: 1.53 -> 1.54
Module.h updated: 1.83 -> 1.84
---
Log message:

add #include


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

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


Index: llvm/include/llvm/Instructions.h
diff -u llvm/include/llvm/Instructions.h:1.53 llvm/include/llvm/Instructions.h:1.54
--- llvm/include/llvm/Instructions.h:1.53	Thu Feb  1 20:16:21 2007
+++ llvm/include/llvm/Instructions.h	Sun Feb 11 23:00:35 2007
@@ -17,6 +17,7 @@
 #define LLVM_INSTRUCTIONS_H
 
 #include "llvm/InstrTypes.h"
+#include <vector>  // fixme remove.
 
 namespace llvm {
 


Index: llvm/include/llvm/Module.h
diff -u llvm/include/llvm/Module.h:1.83 llvm/include/llvm/Module.h:1.84
--- llvm/include/llvm/Module.h:1.83	Mon Feb  5 15:17:06 2007
+++ llvm/include/llvm/Module.h	Sun Feb 11 23:00:35 2007
@@ -17,6 +17,7 @@
 #include "llvm/Function.h"
 #include "llvm/GlobalVariable.h"
 #include "llvm/Support/DataTypes.h"
+#include <vector>
 
 namespace llvm {
 






More information about the llvm-commits mailing list