Add namespace qualifier
[oota-llvm.git] / include / Support / Casting.h
index 065919c1792a87c71cc491e3c464cb4418f1eeca..4b070c18d85a4d3a3a05cf60cd03b9a7163abe8b 100644 (file)
@@ -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