Closed Honeybunch closed 2 months ago
Some compiler implementations seem to be very adamant that std::unique_ptr lives in <memory> and without this change I was unable to build.
std::unique_ptr
<memory>
Thank you for this fix.
Some compiler implementations seem to be very adamant that
std::unique_ptr
lives in<memory>
and without this change I was unable to build.