diff options
| author | 2020-07-16 21:43:17 -0400 | |
|---|---|---|
| committer | 2020-07-16 21:43:20 -0400 | |
| commit | e07eb5b22381e871456dd4568943519d366f4592 (patch) | |
| tree | 7703398b9c7eb5f74ce8e3faf3afd54f677fb9af /src | |
| parent | Merge pull request #4292 from bunnei/mii-rewrite (diff) | |
| download | yuzu-e07eb5b22381e871456dd4568943519d366f4592.tar.gz yuzu-e07eb5b22381e871456dd4568943519d366f4592.tar.xz yuzu-e07eb5b22381e871456dd4568943519d366f4592.zip | |
constants: Add missing <array> include
Eliminates reliance on an indirect include.
Diffstat (limited to 'src')
| -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 6d0ec022a..81c5cb279 100644 --- a/src/core/constants.h +++ b/src/core/constants.h | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | #pragma once | 5 | #pragma once |
| 6 | 6 | ||
| 7 | #include <array> | ||
| 7 | #include "common/common_types.h" | 8 | #include "common/common_types.h" |
| 8 | 9 | ||
| 9 | // This is to consolidate system-wide constants that are used by multiple components of yuzu. | 10 | // This is to consolidate system-wide constants that are used by multiple components of yuzu. |