Browse Source

physical_memory: Add missing include for <vector>.

bunnei 6 năm trước cách đây
mục cha
commit
fc040b5b70
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/core/hle/kernel/physical_memory.h

+ 2 - 0
src/core/hle/kernel/physical_memory.h

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