summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorN00byKing <N00byKing@users.noreply.github.com>2018-01-17 18:20:52 +0100
committerGitHub <noreply@github.com>2018-01-17 18:20:52 +0100
commit66388f75763432e8737d5cd689e0cc6bfdfe797a (patch)
tree2361cec7937b6fd3c231f557324aec28a7cba625 /src
parentImplement Pull #3333 from citra: citra_qt: Pause emulation on CoreError (#39) (diff)
downloadyuzu-66388f75763432e8737d5cd689e0cc6bfdfe797a.tar
yuzu-66388f75763432e8737d5cd689e0cc6bfdfe797a.tar.gz
yuzu-66388f75763432e8737d5cd689e0cc6bfdfe797a.tar.bz2
yuzu-66388f75763432e8737d5cd689e0cc6bfdfe797a.tar.lz
yuzu-66388f75763432e8737d5cd689e0cc6bfdfe797a.tar.xz
yuzu-66388f75763432e8737d5cd689e0cc6bfdfe797a.tar.zst
yuzu-66388f75763432e8737d5cd689e0cc6bfdfe797a.zip
Diffstat (limited to '')
-rw-r--r--src/core/file_sys/title_metadata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/file_sys/title_metadata.h b/src/core/file_sys/title_metadata.h
index 1fc157bf3..a4c7d1089 100644
--- a/src/core/file_sys/title_metadata.h
+++ b/src/core/file_sys/title_metadata.h
@@ -4,6 +4,7 @@
#pragma once
+#include <array>
#include <string>
#include <vector>
#include "common/common_types.h"