mirror of
https://github.com/boostorg/detail.git
synced 2025-08-01 05:14:28 +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 <boost/config.hpp>
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
#if defined(BOOST_NO_STDC_NAMESPACE)
|
#if defined(BOOST_NO_STDC_NAMESPACE)
|
||||||
@@ -274,3 +277,4 @@ struct rebind_allocator
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif // include guard
|
||||||
|
Reference in New Issue
Block a user