mirror of
https://github.com/mikage-emu/mikage-dev.git
synced 2025-01-06 21:40:59 +01:00
Pica: Add missing memory header
This one is needed for std::unique_ptr, otherwise things won’t compile.
This commit is contained in:
parent
c65c3c7192
commit
26dfdefb45
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <initializer_list>
|
||||
#include <memory>
|
||||
|
||||
#include "../support/common/common_types.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue