summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/FileSystemGCWii.cpp
diff options
context:
space:
mode:
authorLéo Lam <leo@innovatetechnologi.es>2017-05-22 10:39:36 +0200
committerLéo Lam <leo@innovatetechnologi.es>2017-05-22 10:39:36 +0200
commitcf0c4455cd133d24d06105694806d3cb897d2abe (patch)
tree4ccaa116bb83a966cc03ffac537076cafd7d0700 /Source/Core/DiscIO/FileSystemGCWii.cpp
parent531378e8e6a81019055056bed57ed505f27f0d28 (diff)
Fix indirect includes
Diffstat (limited to 'Source/Core/DiscIO/FileSystemGCWii.cpp')
-rw-r--r--Source/Core/DiscIO/FileSystemGCWii.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/DiscIO/FileSystemGCWii.cpp b/Source/Core/DiscIO/FileSystemGCWii.cpp
index c3b9df3119..fc598f851b 100644
--- a/Source/Core/DiscIO/FileSystemGCWii.cpp
+++ b/Source/Core/DiscIO/FileSystemGCWii.cpp
@@ -9,6 +9,7 @@
#include <string>
#include <vector>
+#include "Common/CommonFuncs.h"
#include "Common/CommonTypes.h"
#include "Common/FileUtil.h"
#include "Common/Logging/Log.h"