constants: Add missing <array> include

Eliminates reliance on an indirect include.
pull/8/head
Lioncash 5 years ago
parent 3bbf4462db
commit e07eb5b223

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

Loading…
Cancel
Save