mirror of
https://git.h3cjp.net/H3cJP/yuzu.git
synced 2024-11-15 17:42:52 +00:00
Merge pull request #4367 from lioncash/inc2
constants: Add missing <array> include
This commit is contained in:
commit
0d10c863a5
|
@ -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