diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 661545e96..e77261dc4 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -89,6 +89,7 @@ set(HEADERS file_sys/ivfc_archive.h file_sys/path_parser.h file_sys/savedata_archive.h + file_sys/title_metadata.h frontend/emu_window.h frontend/framebuffer_layout.h frontend/input.h 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 #include #include #include "common/common_types.h"