diff options
| author | Leo Lam <leolino.lam@gmail.com> | 2017-06-15 23:28:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-15 23:28:36 +0200 |
| commit | 8f460a1cda1a4d4208c4da9e01bf775f5f704498 (patch) | |
| tree | 3ceea68574665cde97e5d2276bd9c320ceb579ad /Source/Core/DiscIO/CompressedBlob.cpp | |
| parent | 9bc1b652fed28caac9042c42fce33f89363a88d3 (diff) | |
| parent | cf94ce63051458a2d8ac8b340a1020b863f1a6dd (diff) | |
Merge pull request #5611 from JosJuice/reorganize-file-namespace
Reorganize File namespace
Diffstat (limited to 'Source/Core/DiscIO/CompressedBlob.cpp')
| -rw-r--r-- | Source/Core/DiscIO/CompressedBlob.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/DiscIO/CompressedBlob.cpp b/Source/Core/DiscIO/CompressedBlob.cpp index e96d0160a5..285059e9c1 100644 --- a/Source/Core/DiscIO/CompressedBlob.cpp +++ b/Source/Core/DiscIO/CompressedBlob.cpp @@ -18,6 +18,7 @@ #include <zlib.h> #include "Common/CommonTypes.h" +#include "Common/File.h" #include "Common/FileUtil.h" #include "Common/Hash.h" #include "Common/Logging/Log.h" |
