summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/FileSystemGCWii.cpp
diff options
context:
space:
mode:
authorMat M <mathew1800@gmail.com>2017-05-22 21:22:04 -0400
committerGitHub <noreply@github.com>2017-05-22 21:22:04 -0400
commit4bfd464b0c19c7f5e3b450d188dad688be8cde9d (patch)
tree9ec3263fc8d3be50df283461a6e44206f24313e5 /Source/Core/DiscIO/FileSystemGCWii.cpp
parentf994538875a809f2362fc77a5b476d13a62b9556 (diff)
parentcf0c4455cd133d24d06105694806d3cb897d2abe (diff)
Merge pull request #5468 from leoetlino/headers
Fix some header 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"