summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid <25727384+ogniK5377@users.noreply.github.com>2020-07-17 05:14:01 +0200
committerGitHub <noreply@github.com>2020-07-17 05:14:01 +0200
commit0d10c863a597e3f35967bb88e5828e1c31da9e03 (patch)
tree9a297d8e5680c8c1a4edf74ba3d7ac4a0c12d34a
parentMerge pull request #4368 from lioncash/macro (diff)
parentconstants: Add missing <array> include (diff)
downloadyuzu-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
-rw-r--r--src/core/constants.h1
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.