diff options
author | Lioncash <mathew1800@gmail.com> | 2020-07-16 21:43:17 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2020-07-16 21:43:20 -0400 |
commit | e07eb5b22381e871456dd4568943519d366f4592 (patch) | |
tree | 7703398b9c7eb5f74ce8e3faf3afd54f677fb9af /src/core/constants.h | |
parent | 3bbf4462db9bce89e7402f21dcccc81592d70483 (diff) |
constants: Add missing <array> include
Eliminates reliance on an indirect include.
Diffstat (limited to 'src/core/constants.h')
-rw-r--r-- | src/core/constants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/constants.h b/src/core/constants.h index 6d0ec022a4..81c5cb2793 100644 --- a/src/core/constants.h +++ b/src/core/constants.h @@ -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. |