diff --git a/include/boost/detail/allocator.hpp b/include/boost/detail/allocator.hpp index 5196a87..a56228d 100644 --- a/include/boost/detail/allocator.hpp +++ b/include/boost/detail/allocator.hpp @@ -13,6 +13,9 @@ * */ +#ifndef BOOST_DETAIL_ALLOCATOR_HPP +#define BOOST_DETAIL_ALLOCATOR_HPP + #include #include #if defined(BOOST_NO_STDC_NAMESPACE) @@ -274,3 +277,4 @@ struct rebind_allocator #endif +#endif // include guard