diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/common/common_types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/common_types.h b/src/common/common_types.h index ae04c4d60..99fff66be 100644 --- a/src/common/common_types.h +++ b/src/common/common_types.h @@ -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 |