aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Bytecode/Primitives.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Bytecode/Primitives.h')
-rw-r--r--include/llvm/Bytecode/Primitives.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/llvm/Bytecode/Primitives.h b/include/llvm/Bytecode/Primitives.h
index d9b29c00e7..3973eceadb 100644
--- a/include/llvm/Bytecode/Primitives.h
+++ b/include/llvm/Bytecode/Primitives.h
@@ -23,6 +23,8 @@
#include <string>
#include <deque>
+namespace llvm {
+
//===----------------------------------------------------------------------===//
// Reading Primitives
//===----------------------------------------------------------------------===//
@@ -275,4 +277,6 @@ static inline void output_data(void *Ptr, void *End,
if (Align) align32(Out);
}
+} // End llvm namespace
+
#endif