summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/nca_metadata.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-08-21 02:24:13 +0200
committerLioncash <mathew1800@gmail.com>2018-08-21 02:27:00 +0200
commit96463d0a55b11f73417941f2c29ca24f08196878 (patch)
treeea1fb4b71ce40a62213f02a5ddbaa4502bbe54ec /src/core/file_sys/nca_metadata.h
parentMerge pull request #1095 from DarkLordZach/sysarchives (diff)
downloadyuzu-96463d0a55b11f73417941f2c29ca24f08196878.tar
yuzu-96463d0a55b11f73417941f2c29ca24f08196878.tar.gz
yuzu-96463d0a55b11f73417941f2c29ca24f08196878.tar.bz2
yuzu-96463d0a55b11f73417941f2c29ca24f08196878.tar.lz
yuzu-96463d0a55b11f73417941f2c29ca24f08196878.tar.xz
yuzu-96463d0a55b11f73417941f2c29ca24f08196878.tar.zst
yuzu-96463d0a55b11f73417941f2c29ca24f08196878.zip
Diffstat (limited to 'src/core/file_sys/nca_metadata.h')
-rw-r--r--src/core/file_sys/nca_metadata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/file_sys/nca_metadata.h b/src/core/file_sys/nca_metadata.h
index 88e66d4da..ce05b4c1d 100644
--- a/src/core/file_sys/nca_metadata.h
+++ b/src/core/file_sys/nca_metadata.h
@@ -7,6 +7,7 @@
#include <cstring>
#include <memory>
#include <vector>
+#include "common/common_funcs.h"
#include "common/common_types.h"
#include "common/swap.h"
#include "core/file_sys/vfs.h"