2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00

physical_memory: Add missing include for <vector>.

This commit is contained in:
bunnei 2020-04-05 14:47:43 -04:00
parent c2f4dcb1e3
commit fc040b5b70

View file

@ -4,6 +4,8 @@
#pragma once
#include <vector>
#include "common/alignment.h"
namespace Kernel {