mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 13:28:05 -05:00
constants: Add missing <array> include
Eliminates reliance on an indirect include.
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user