diff options
| author | 2015-06-21 14:58:59 +0100 | |
|---|---|---|
| committer | 2015-06-28 00:36:54 +0100 | |
| commit | 45c4781544624c85a8178c6ee445cfe6a4751910 (patch) | |
| tree | 7436de6c4df4443eaa9ddac821550310a961a92b /src/core/file_sys | |
| parent | Common: Cleanup emu_window includes. (diff) | |
| download | yuzu-45c4781544624c85a8178c6ee445cfe6a4751910.tar.gz yuzu-45c4781544624c85a8178c6ee445cfe6a4751910.tar.xz yuzu-45c4781544624c85a8178c6ee445cfe6a4751910.zip | |
CitraQt: Cleanup includes.
Diffstat (limited to 'src/core/file_sys')
| -rw-r--r-- | src/core/file_sys/ivfc_archive.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/file_sys/ivfc_archive.cpp b/src/core/file_sys/ivfc_archive.cpp index 2d2509d16..d11d42bb9 100644 --- a/src/core/file_sys/ivfc_archive.cpp +++ b/src/core/file_sys/ivfc_archive.cpp | |||
| @@ -2,6 +2,7 @@ | |||
| 2 | // Licensed under GPLv2 or any later version | 2 | // Licensed under GPLv2 or any later version |
| 3 | // Refer to the license.txt file included. | 3 | // Refer to the license.txt file included. |
| 4 | 4 | ||
| 5 | #include <cstring> | ||
| 5 | #include <memory> | 6 | #include <memory> |
| 6 | 7 | ||
| 7 | #include "common/common_types.h" | 8 | #include "common/common_types.h" |