diff options
| author | flacs <tilkax@gmail.com> | 2015-09-27 03:18:03 +0200 |
|---|---|---|
| committer | flacs <tilkax@gmail.com> | 2015-09-27 03:18:03 +0200 |
| commit | 8ea9b07b59c8b45b6cbe1c559a228f5675dea71c (patch) | |
| tree | f14853056f7fd3edef2640eb9fc5b390ab4a6358 /Source/Core/DiscIO/FileSystemGCWii.cpp | |
| parent | a91810ba3bb583a14a3e278527f2b801ceb29367 (diff) | |
| parent | cc036ca86cdaf709e01221975da734cb64d54a94 (diff) | |
Merge pull request #3093 from lioncash/header_shuffle
Common: Trim Common.h
Diffstat (limited to 'Source/Core/DiscIO/FileSystemGCWii.cpp')
| -rw-r--r-- | Source/Core/DiscIO/FileSystemGCWii.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Core/DiscIO/FileSystemGCWii.cpp b/Source/Core/DiscIO/FileSystemGCWii.cpp index cd6f815629..439a80af99 100644 --- a/Source/Core/DiscIO/FileSystemGCWii.cpp +++ b/Source/Core/DiscIO/FileSystemGCWii.cpp @@ -11,8 +11,9 @@ #include "Common/CommonTypes.h" #include "Common/FileUtil.h" +#include "Common/MsgHandler.h" #include "Common/StringUtil.h" - +#include "Common/Logging/Log.h" #include "DiscIO/Filesystem.h" #include "DiscIO/FileSystemGCWii.h" #include "DiscIO/Volume.h" |
