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.
|
||||||
|
|
Reference in New Issue