diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/file_sys/content_archive.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/file_sys/content_archive.h b/src/core/file_sys/content_archive.h index 129a70b97..d4517d20e 100644 --- a/src/core/file_sys/content_archive.h +++ b/src/core/file_sys/content_archive.h | |||
| @@ -4,6 +4,11 @@ | |||
| 4 | 4 | ||
| 5 | #pragma once | 5 | #pragma once |
| 6 | 6 | ||
| 7 | #include <array> | ||
| 8 | #include <memory> | ||
| 9 | #include <string> | ||
| 10 | #include <vector> | ||
| 11 | |||
| 7 | #include "common/common_funcs.h" | 12 | #include "common/common_funcs.h" |
| 8 | #include "common/common_types.h" | 13 | #include "common/common_types.h" |
| 9 | #include "common/swap.h" | 14 | #include "common/swap.h" |