Просмотр исходного кода

constants: Add missing <array> include

Eliminates reliance on an indirect include.
Lioncash 6 лет назад
Родитель
Сommit
e07eb5b223
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.