mirror of
https://git.h3cjp.net/H3cJP/yuzu.git
synced 2025-03-24 11:09:22 +00:00
physical_memory: Add missing include for <vector>.
This commit is contained in:
parent
c2f4dcb1e3
commit
fc040b5b70
|
@ -4,6 +4,8 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
#include "common/alignment.h"
|
#include "common/alignment.h"
|
||||||
|
|
||||||
namespace Kernel {
|
namespace Kernel {
|
||||||
|
|
Loading…
Reference in a new issue