aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/iOther.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/iOther.h')
-rw-r--r--include/llvm/iOther.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/llvm/iOther.h b/include/llvm/iOther.h
index 4e23afd..c611e06 100644
--- a/include/llvm/iOther.h
+++ b/include/llvm/iOther.h
@@ -17,6 +17,8 @@
#include "llvm/InstrTypes.h"
+namespace llvm {
+
//===----------------------------------------------------------------------===//
// CastInst Class
//===----------------------------------------------------------------------===//
@@ -195,4 +197,6 @@ public:
}
};
+} // End llvm namespace
+
#endif