diff options
| author | 2020-07-17 13:14:01 +1000 | |
|---|---|---|
| committer | 2020-07-17 13:14:01 +1000 | |
| commit | 0d10c863a597e3f35967bb88e5828e1c31da9e03 (patch) | |
| tree | 9a297d8e5680c8c1a4edf74ba3d7ac4a0c12d34a /src | |
| parent | Merge pull request #4368 from lioncash/macro (diff) | |
| parent | constants: Add missing <array> include (diff) | |
| download | yuzu-0d10c863a597e3f35967bb88e5828e1c31da9e03.tar.gz yuzu-0d10c863a597e3f35967bb88e5828e1c31da9e03.tar.xz yuzu-0d10c863a597e3f35967bb88e5828e1c31da9e03.zip | |
Merge pull request #4367 from lioncash/inc2
constants: Add missing <array> 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. |