We'll need this soon as well

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9145 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2003-10-15 22:09:46 +00:00
parent 60fa583545
commit ea2c1dcb7c

View File

@ -9,6 +9,7 @@
#define LLVM_CODEGEN_SCHEDGRAPHCOMMON_H
#include "llvm/Value.h"
#include <vector>
class SchedGraphEdge;
class SchedGraphNode;