From: Chris Lattner Date: Wed, 15 Oct 2003 22:09:46 +0000 (+0000) Subject: We'll need this soon as well X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ea2c1dcb7cfbcae640e9805d84a338432650e240;p=oota-llvm.git We'll need this soon as well git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9145 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/SchedGraphCommon.h b/include/llvm/CodeGen/SchedGraphCommon.h index 8501448fe22..cc2b6036d98 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 class SchedGraphEdge; class SchedGraphNode;