aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Module.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Module.h')
-rw-r--r--include/llvm/Module.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/llvm/Module.h b/include/llvm/Module.h
index 19626aea03..b38269dde0 100644
--- a/include/llvm/Module.h
+++ b/include/llvm/Module.h
@@ -21,6 +21,9 @@
#include "llvm/Function.h"
#include "llvm/GlobalVariable.h"
+
+namespace llvm {
+
class GlobalVariable;
class GlobalValueRefMap; // Used by ConstantVals.cpp
class ConstantPointerRef;
@@ -213,4 +216,6 @@ inline std::ostream &operator<<(std::ostream &O, const Module &M) {
return O;
}
+} // End llvm namespace
+
#endif