added include guards to allocator.hpp
This commit is contained in:
@@ -32,6 +32,9 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
#include <cstddef>
|
||||
|
||||
#ifndef TORRENT_ALLOCATOR_HPP_INCLUDED
|
||||
#define TORRENT_ALLOCATOR_HPP_INCLUDED
|
||||
|
||||
namespace libtorrent
|
||||
{
|
||||
|
||||
@@ -46,3 +49,5 @@ namespace libtorrent
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user