mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
including optional is not optional when optional is used
This commit is contained in:
parent
e0b1142387
commit
47326ba9b8
@ -17,6 +17,7 @@
|
||||
#ifndef MAME_EMU_EMUMEM_H
|
||||
#define MAME_EMU_EMUMEM_H
|
||||
|
||||
#include <optional>
|
||||
#include <type_traits>
|
||||
|
||||
using s8 = std::int8_t;
|
||||
|
Loading…
Reference in New Issue
Block a user