summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavid <25727384+ogniK5377@users.noreply.github.com>2020-07-17 13:14:01 +1000
committerGitHub <noreply@github.com>2020-07-17 13:14:01 +1000
commit0d10c863a597e3f35967bb88e5828e1c31da9e03 (patch)
tree9a297d8e5680c8c1a4edf74ba3d7ac4a0c12d34a /src
parent9cca0c2f839b224bd65fc6ceb01cd85cc584b9c4 (diff)
parente07eb5b22381e871456dd4568943519d366f4592 (diff)
Merge pull request #4367 from lioncash/inc2
constants: Add missing <array> include
Diffstat (limited to 'src')
-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.