diff options
| author | JosJuice <josjuice@gmail.com> | 2021-03-09 20:06:34 +0100 |
|---|---|---|
| committer | JosJuice <josjuice@gmail.com> | 2021-03-09 20:34:24 +0100 |
| commit | 49ccc77ebb1862a61293a14ee1d1d8b18b7f1fe1 (patch) | |
| tree | a76289306b29de1c5e47c48aa59351240c01ed04 /Source/Core/DiscIO/VolumeGC.cpp | |
| parent | 72a6fff36c42989c71765012e26285943085b8c5 (diff) | |
DiscIO: Move some code from DiscExtractor to new file DiscUtils
Diffstat (limited to 'Source/Core/DiscIO/VolumeGC.cpp')
| -rw-r--r-- | Source/Core/DiscIO/VolumeGC.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/DiscIO/VolumeGC.cpp b/Source/Core/DiscIO/VolumeGC.cpp index e8bab67771..d47f9c5735 100644 --- a/Source/Core/DiscIO/VolumeGC.cpp +++ b/Source/Core/DiscIO/VolumeGC.cpp @@ -23,6 +23,7 @@ #include "DiscIO/Blob.h" #include "DiscIO/DiscExtractor.h" +#include "DiscIO/DiscUtils.h" #include "DiscIO/Enums.h" #include "DiscIO/FileSystemGCWii.h" #include "DiscIO/Filesystem.h" |
