mirror of
https://notabug.org/litucks/torzu.git
synced 2025-04-28 09:35:26 +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:
parent
d306ebea30
commit
20ac5cd42b
@ -30,6 +30,7 @@
|
|||||||
|
|
||||||
#include <array>
|
#include <array>
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
#include <memory>
|
||||||
|
|
||||||
using u8 = std::uint8_t; ///< 8-bit unsigned byte
|
using u8 = std::uint8_t; ///< 8-bit unsigned byte
|
||||||
using u16 = std::uint16_t; ///< 16-bit unsigned short
|
using u16 = std::uint16_t; ///< 16-bit unsigned short
|
||||||
|
Loading…
x
Reference in New Issue
Block a user