summaryrefslogtreecommitdiff
path: root/include/llvm/Support/MallocAllocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Support/MallocAllocator.h')
-rw-r--r--include/llvm/Support/MallocAllocator.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/Support/MallocAllocator.h b/include/llvm/Support/MallocAllocator.h
index 1ba25b0d65..766a67fa22 100644
--- a/include/llvm/Support/MallocAllocator.h
+++ b/include/llvm/Support/MallocAllocator.h
@@ -23,6 +23,8 @@
#include <cstdlib>
#include <memory>
+namespace llvm {
+
template<typename T>
struct MallocAllocator {
typedef size_t size_type;
@@ -79,5 +81,6 @@ namespace std {
};
}
+} // End llvm namespace
#endif