mirror of
https://github.com/zhaobot/yuzu.git
synced 2025-01-26 01:52:57 -03:00
physical_memory: Add missing include for <vector>.
This commit is contained in:
parent
c2f4dcb1e3
commit
fc040b5b70
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "common/alignment.h"
|
||||
|
||||
namespace Kernel {
|
||||
|
|
Loading…
Add table
Reference in a new issue