From: Chris Lattner Date: Fri, 7 Sep 2001 16:20:46 +0000 (+0000) Subject: SymTabValue no longer includes ValueHolder for Module. Include it ourself X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=640040e1cfa86e96bba3615415a8393bbdf1a95d;p=oota-llvm.git SymTabValue no longer includes ValueHolder for Module. Include it ourself git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@423 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Module.h b/include/llvm/Module.h index 740a8879b65..866f5e0e9e0 100644 --- a/include/llvm/Module.h +++ b/include/llvm/Module.h @@ -10,6 +10,7 @@ #include "llvm/Value.h" #include "llvm/SymTabValue.h" +#include "llvm/ValueHolder.h" class Method; class Module : public Value, public SymTabValue {