[llvm-commits] CVS: llvm/lib/CodeGen/RegAlloc/IGNode.h

Chris Lattner lattner at cs.uiuc.edu
Wed Oct 15 17:10:02 PDT 2003


Changes in directory llvm/lib/CodeGen/RegAlloc:

IGNode.h updated: 1.16 -> 1.17

---
Log message:

#include vector which we will need here soon


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

Index: llvm/lib/CodeGen/RegAlloc/IGNode.h
diff -u llvm/lib/CodeGen/RegAlloc/IGNode.h:1.16 llvm/lib/CodeGen/RegAlloc/IGNode.h:1.17
--- llvm/lib/CodeGen/RegAlloc/IGNode.h:1.16	Tue Sep 23 23:29:52 2003
+++ llvm/lib/CodeGen/RegAlloc/IGNode.h	Wed Oct 15 17:09:32 2003
@@ -25,6 +25,7 @@
 #define IGNODE_H
 
 #include "LiveRange.h"
+#include <vector>
 class RegClass;
 
 //----------------------------------------------------------------------------





More information about the llvm-commits mailing list