summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/iMemory.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/include/llvm/iMemory.h')
-rw-r--r--llvm/include/llvm/iMemory.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/include/llvm/iMemory.h b/llvm/include/llvm/iMemory.h
index db82b54c017..e0a551a0f74 100644
--- a/llvm/include/llvm/iMemory.h
+++ b/llvm/include/llvm/iMemory.h
@@ -16,6 +16,9 @@
#define LLVM_IMEMORY_H
#include "llvm/Instruction.h"
+
+namespace llvm {
+
class PointerType;
//===----------------------------------------------------------------------===//
@@ -296,4 +299,6 @@ public:
}
};
+} // End llvm namespace
+
#endif // LLVM_IMEMORY_H
OpenPOWER on IntegriCloud