Переглянути джерело

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.