Added missing include guards.

[SVN r13335]
This commit is contained in:
John Maddock
2002-04-01 11:47:54 +00:00
parent 15a5375b14
commit 01448d3373

View File

@ -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