diff options
author | Chris Lattner <sabre@nondot.org> | 2001-09-07 16:20:46 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2001-09-07 16:20:46 +0000 |
commit | 640040e1cfa86e96bba3615415a8393bbdf1a95d (patch) | |
tree | c71ffb9dcbdb1fd956cc6513b825fcbf0c5341db /include/llvm/Module.h | |
parent | f7bd6392906a8edb31a802c835b074e5cbdce774 (diff) |
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
Diffstat (limited to 'include/llvm/Module.h')
-rw-r--r-- | include/llvm/Module.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Module.h b/include/llvm/Module.h index 740a8879b6..866f5e0e9e 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 { |