mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-18 22:23:35 +00:00
Include memory header
This stops build failures for missing std::shared_ptr which is in multiple files Signed-off-by: FireBurn <mike@fireburn.co.uk>
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
|
||||
#include <array>
|
||||
#include <cstdint>
|
||||
#include <memory>
|
||||
|
||||
using u8 = std::uint8_t; ///< 8-bit unsigned byte
|
||||
using u16 = std::uint16_t; ///< 16-bit unsigned short
|
||||
|
||||
Reference in New Issue
Block a user