Header file freelist_allocator.hpp

#define SIPLASPLAS_ALLOCATOR_FREELIST_ALLOCATOR_HPP 

#include <string>

#include "detail/embedded_allocator.hpp"

#include <siplasplas/allocator/export.hpp>

namespace cpp
{
    class FreeListAllocator;
}