瀏覽代碼

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.