Преглед изворни кода

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.