summaryrefslogtreecommitdiff
path: root/src/core/file_sys
diff options
context:
space:
mode:
authorGravatar Emmanuel Gil Peyrot2015-06-21 14:58:59 +0100
committerGravatar Emmanuel Gil Peyrot2015-06-28 00:36:54 +0100
commit45c4781544624c85a8178c6ee445cfe6a4751910 (patch)
tree7436de6c4df4443eaa9ddac821550310a961a92b /src/core/file_sys
parentCommon: Cleanup emu_window includes. (diff)
downloadyuzu-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.cpp1
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"