aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/iPHINode.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/iPHINode.h')
-rw-r--r--include/llvm/iPHINode.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/llvm/iPHINode.h b/include/llvm/iPHINode.h
index 54b867d..191de04 100644
--- a/include/llvm/iPHINode.h
+++ b/include/llvm/iPHINode.h
@@ -15,6 +15,9 @@
#define LLVM_IPHINODE_H
#include "llvm/Instruction.h"
+
+namespace llvm {
+
class BasicBlock;
//===----------------------------------------------------------------------===//
@@ -112,4 +115,6 @@ public:
}
};
+} // End llvm namespace
+
#endif