mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-03 14:09:57 +00:00
Merge pull request #4367 from lioncash/inc2
constants: Add missing <array> include
This commit is contained in:
commit
0d10c863a5
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue