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 | 8b097aa17e598fa1d1075ea1e7512925ec423524 (diff) |
Update title_metadata.h
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" |