[llvm-commits] CVS: llvm/include/llvm/CodeGen/SchedGraphCommon.h
    Chris Lattner 
    lattner at cs.uiuc.edu
       
    Wed Oct 15 17:10:11 PDT 2003
    
    
  
Changes in directory llvm/include/llvm/CodeGen:
SchedGraphCommon.h updated: 1.5 -> 1.6
---
Log message:
We'll need this soon as well
---
Diffs of the changes:  (+1 -0)
Index: llvm/include/llvm/CodeGen/SchedGraphCommon.h
diff -u llvm/include/llvm/CodeGen/SchedGraphCommon.h:1.5 llvm/include/llvm/CodeGen/SchedGraphCommon.h:1.6
--- llvm/include/llvm/CodeGen/SchedGraphCommon.h:1.5	Tue Sep 30 13:37:44 2003
+++ llvm/include/llvm/CodeGen/SchedGraphCommon.h	Wed Oct 15 17:09:46 2003
@@ -9,6 +9,7 @@
 #define LLVM_CODEGEN_SCHEDGRAPHCOMMON_H
 
 #include "llvm/Value.h"
+#include <vector>
 
 class SchedGraphEdge;
 class SchedGraphNode;
    
    
More information about the llvm-commits
mailing list