diff options
author | Lioncash <mathew1800@gmail.com> | 2020-07-17 03:43:17 +0200 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2020-07-17 03:43:20 +0200 |
commit | e07eb5b22381e871456dd4568943519d366f4592 (patch) | |
tree | 7703398b9c7eb5f74ce8e3faf3afd54f677fb9af /src/core/constants.h | |
parent | Merge pull request #4292 from bunnei/mii-rewrite (diff) | |
download | yuzu-e07eb5b22381e871456dd4568943519d366f4592.tar yuzu-e07eb5b22381e871456dd4568943519d366f4592.tar.gz yuzu-e07eb5b22381e871456dd4568943519d366f4592.tar.bz2 yuzu-e07eb5b22381e871456dd4568943519d366f4592.tar.lz yuzu-e07eb5b22381e871456dd4568943519d366f4592.tar.xz yuzu-e07eb5b22381e871456dd4568943519d366f4592.tar.zst yuzu-e07eb5b22381e871456dd4568943519d366f4592.zip |
Diffstat (limited to '')
-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. |