diff options
author | David <25727384+ogniK5377@users.noreply.github.com> | 2020-07-17 05:14:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-17 05:14:01 +0200 |
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 yuzu-0d10c863a597e3f35967bb88e5828e1c31da9e03.tar.gz yuzu-0d10c863a597e3f35967bb88e5828e1c31da9e03.tar.bz2 yuzu-0d10c863a597e3f35967bb88e5828e1c31da9e03.tar.lz yuzu-0d10c863a597e3f35967bb88e5828e1c31da9e03.tar.xz yuzu-0d10c863a597e3f35967bb88e5828e1c31da9e03.tar.zst yuzu-0d10c863a597e3f35967bb88e5828e1c31da9e03.zip |
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 @@ #pragma once +#include <array> #include "common/common_types.h" // This is to consolidate system-wide constants that are used by multiple components of yuzu. |