summaryrefslogtreecommitdiffhomepage
path: root/include/LibC++/base_alloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/LibC++/base_alloc.h')
-rw-r--r--include/LibC++/base_alloc.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/LibC++/base_alloc.h b/include/LibC++/base_alloc.h
index 96a8161..f8d9dbc 100644
--- a/include/LibC++/base_alloc.h
+++ b/include/LibC++/base_alloc.h
@@ -4,7 +4,8 @@
======================================== */
-#pragma once
+#ifndef NECTAR_LIBCXX_BASE_ALLOC_H
+#define NECTAR_LIBCXX_BASE_ALLOC_H
#include <LibC++/defines.h>
@@ -42,3 +43,5 @@ inline void release_nothrow(KindClass ptr) noexcept {
}
} // namespace std::base_alloc
+#endif // NECTAR_LIBCXX_BASE_ALLOC_H
+