소스 검색

Merge pull request #4367 from lioncash/inc2

constants: Add missing <array> include
David 6 년 전
부모
커밋
0d10c863a5
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/core/constants.h

+ 1 - 0
src/core/constants.h

@@ -4,6 +4,7 @@
 
 #pragma once
 
+#include <array>
 #include "common/common_types.h"
 
 // This is to consolidate system-wide constants that are used by multiple components of yuzu.