aboutsummaryrefslogtreecommitdiff
path: root/include/Support/Casting.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Support/Casting.h')
-rw-r--r--include/Support/Casting.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/Support/Casting.h b/include/Support/Casting.h
index 065919c179..4b070c18d8 100644
--- a/include/Support/Casting.h
+++ b/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