diff options
author | N00byKing <N00byKing@users.noreply.github.com> | 2018-01-17 18:20:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-17 18:20:52 +0100 |
commit | 66388f75763432e8737d5cd689e0cc6bfdfe797a (patch) | |
tree | 2361cec7937b6fd3c231f557324aec28a7cba625 /src | |
parent | Implement Pull #3333 from citra: citra_qt: Pause emulation on CoreError (#39) (diff) | |
download | yuzu-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 'src')
-rw-r--r-- | src/core/file_sys/title_metadata.h | 1 |
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" |