Merge pull request #73 from N00byKing/3093
Implement Pull #3093 from citra: Added missing headers to CMakeLists.txt and fixed includes.
This commit is contained in:
		| @@ -89,6 +89,7 @@ set(HEADERS | |||||||
|             file_sys/ivfc_archive.h |             file_sys/ivfc_archive.h | ||||||
|             file_sys/path_parser.h |             file_sys/path_parser.h | ||||||
|             file_sys/savedata_archive.h |             file_sys/savedata_archive.h | ||||||
|  |             file_sys/title_metadata.h | ||||||
|             frontend/emu_window.h |             frontend/emu_window.h | ||||||
|             frontend/framebuffer_layout.h |             frontend/framebuffer_layout.h | ||||||
|             frontend/input.h |             frontend/input.h | ||||||
|   | |||||||
| @@ -4,6 +4,7 @@ | |||||||
|  |  | ||||||
| #pragma once | #pragma once | ||||||
|  |  | ||||||
|  | #include <array> | ||||||
| #include <string> | #include <string> | ||||||
| #include <vector> | #include <vector> | ||||||
| #include "common/common_types.h" | #include "common/common_types.h" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user