Browse Source

Merge pull request #4367 from lioncash/inc2

constants: Add missing <array> include
David 6 năm trước cách đây
mục cha
commit
0d10c863a5
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/core/constants.h

+ 1 - 0
src/core/constants.h

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