2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00

constants: Add missing <array> include

Eliminates reliance on an indirect include.
This commit is contained in:
Lioncash 2020-07-16 21:43:17 -04:00
parent 3bbf4462db
commit e07eb5b223

View file

@ -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.