Merge pull request #4367 from lioncash/inc2

constants: Add missing <array> include
This commit is contained in:
David 2020-07-17 13:14:01 +10:00 committed by GitHub
commit 0d10c863a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.