add dllexport interface to page_aligned_allocator

This commit is contained in:
Arvid Norberg 2009-06-14 22:08:27 +00:00
parent 2c34e0aa18
commit c81a4f3430
1 changed files with 4 additions and 3 deletions

View File

@ -30,15 +30,16 @@ POSSIBILITY OF SUCH DAMAGE.
*/
#include <cstddef>
#ifndef TORRENT_ALLOCATOR_HPP_INCLUDED
#define TORRENT_ALLOCATOR_HPP_INCLUDED
#include <cstddef>
#include "libtorrent/config.hpp"
namespace libtorrent
{
struct page_aligned_allocator
struct TORRENT_EXPORT page_aligned_allocator
{
typedef std::size_t size_type;
typedef std::ptrdiff_t difference_type;