Browse Source

physical_memory: Add missing include for <vector>.

pull/15/merge
bunnei 6 years ago
parent
commit
fc040b5b70
  1. 2
      src/core/hle/kernel/physical_memory.h

2
src/core/hle/kernel/physical_memory.h

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

Loading…
Cancel
Save