diff options
| author | Mat M <mathew1800@gmail.com> | 2017-05-22 21:22:04 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-22 21:22:04 -0400 |
| commit | 4bfd464b0c19c7f5e3b450d188dad688be8cde9d (patch) | |
| tree | 9ec3263fc8d3be50df283461a6e44206f24313e5 /Source/Core/DiscIO/FileSystemGCWii.cpp | |
| parent | f994538875a809f2362fc77a5b476d13a62b9556 (diff) | |
| parent | cf0c4455cd133d24d06105694806d3cb897d2abe (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.cpp | 1 |
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" |
