summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/NANDContentLoader.cpp
diff options
context:
space:
mode:
authorLeo Lam <leolino.lam@gmail.com>2017-06-15 23:28:36 +0200
committerGitHub <noreply@github.com>2017-06-15 23:28:36 +0200
commit8f460a1cda1a4d4208c4da9e01bf775f5f704498 (patch)
tree3ceea68574665cde97e5d2276bd9c320ceb579ad /Source/Core/DiscIO/NANDContentLoader.cpp
parent9bc1b652fed28caac9042c42fce33f89363a88d3 (diff)
parentcf94ce63051458a2d8ac8b340a1020b863f1a6dd (diff)
Merge pull request #5611 from JosJuice/reorganize-file-namespace
Reorganize File namespace
Diffstat (limited to 'Source/Core/DiscIO/NANDContentLoader.cpp')
-rw-r--r--Source/Core/DiscIO/NANDContentLoader.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/DiscIO/NANDContentLoader.cpp b/Source/Core/DiscIO/NANDContentLoader.cpp
index 644d6e6caa..fe5d77d15e 100644
--- a/Source/Core/DiscIO/NANDContentLoader.cpp
+++ b/Source/Core/DiscIO/NANDContentLoader.cpp
@@ -19,6 +19,7 @@
#include "Common/Align.h"
#include "Common/CommonTypes.h"
#include "Common/Crypto/AES.h"
+#include "Common/File.h"
#include "Common/FileUtil.h"
#include "Common/Logging/Log.h"
#include "Common/MsgHandler.h"