summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar David2020-07-17 13:14:01 +1000
committerGravatar GitHub2020-07-17 13:14:01 +1000
commit0d10c863a597e3f35967bb88e5828e1c31da9e03 (patch)
tree9a297d8e5680c8c1a4edf74ba3d7ac4a0c12d34a /src
parentMerge pull request #4368 from lioncash/macro (diff)
parentconstants: Add missing <array> include (diff)
downloadyuzu-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.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 @@
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.