mirror of
https://github.com/boostorg/detail.git
synced 2025-07-30 20:37:14 +02:00
Added missing include guards.
[SVN r13335]
This commit is contained in:
@ -13,6 +13,9 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef BOOST_DETAIL_ALLOCATOR_HPP
|
||||
#define BOOST_DETAIL_ALLOCATOR_HPP
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <cstdlib>
|
||||
#if defined(BOOST_NO_STDC_NAMESPACE)
|
||||
@ -274,3 +277,4 @@ struct rebind_allocator
|
||||
|
||||
#endif
|
||||
|
||||
#endif // include guard
|
||||
|
Reference in New Issue
Block a user