瀏覽代碼

physical_memory: Add missing include for <vector>.

bunnei 6 年之前
父節點
當前提交
fc040b5b70
共有 1 個文件被更改,包括 2 次插入0 次删除
  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 {