diff options
-rw-r--r-- | include/llvm/GlobalValue.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/GlobalValue.h b/include/llvm/GlobalValue.h index 69345ce185..0e17f3603c 100644 --- a/include/llvm/GlobalValue.h +++ b/include/llvm/GlobalValue.h @@ -12,6 +12,7 @@ #include "llvm/User.h" class PointerType; +class Module; class GlobalValue : public User { GlobalValue(const GlobalValue &); // do not implement |