summaryrefslogtreecommitdiffstats
path: root/llvm/include/Support/Casting.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/include/Support/Casting.h')
-rw-r--r--llvm/include/Support/Casting.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/include/Support/Casting.h b/llvm/include/Support/Casting.h
index 065919c1792..4b070c18d85 100644
--- a/llvm/include/Support/Casting.h
+++ b/llvm/include/Support/Casting.h
@@ -15,6 +15,8 @@
#ifndef SUPPORT_CASTING_H
#define SUPPORT_CASTING_H
+namespace llvm {
+
//===----------------------------------------------------------------------===//
// isa<x> Support Templates
//===----------------------------------------------------------------------===//
@@ -293,4 +295,6 @@ void main() {
#endif
+} // End llvm namespace
+
#endif
OpenPOWER on IntegriCloud