diff options
author | Chris Lattner <sabre@nondot.org> | 2003-10-15 22:09:46 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-10-15 22:09:46 +0000 |
commit | ea2c1dcb7cfbcae640e9805d84a338432650e240 (patch) | |
tree | d0126bf7e02cd48a3b8416db61bbdeef1d47d3f8 /include/llvm/CodeGen/SchedGraphCommon.h | |
parent | 60fa583545ca11c3d67faca90f6411c3f822942e (diff) |
We'll need this soon as well
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9145 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/SchedGraphCommon.h')
-rw-r--r-- | include/llvm/CodeGen/SchedGraphCommon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/SchedGraphCommon.h b/include/llvm/CodeGen/SchedGraphCommon.h index 8501448fe2..cc2b6036d9 100644 --- a/include/llvm/CodeGen/SchedGraphCommon.h +++ b/include/llvm/CodeGen/SchedGraphCommon.h @@ -9,6 +9,7 @@ #define LLVM_CODEGEN_SCHEDGRAPHCOMMON_H #include "llvm/Value.h" +#include <vector> class SchedGraphEdge; class SchedGraphNode; |