소스 검색

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 {