mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 19:15:46 +00:00
constants: Add missing <array> include
Eliminates reliance on an indirect include.
This commit is contained in:
parent
669dfb415e
commit
7e7daed253
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…
Add table
Add a link
Reference in a new issue