diff options
| author | Mat M <mathew1800@gmail.com> | 2020-04-29 07:32:25 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-29 07:32:25 -0400 |
| commit | 4369f493737c6e27e327044db17f879d9110064c (patch) | |
| tree | f2a821d9ea625987b11737ae164a7b86a56d0315 /Source/Core/DiscIO/VolumeVerifier.cpp | |
| parent | ffc40c1a00b29bd3e0ed2aaadb4aca438d0ad3b8 (diff) | |
| parent | 9fd138573328e260cb7db72eeb81e6ccad93c420 (diff) | |
Merge pull request #8780 from degasus/soundtouch_include
Externals: Do not expose the externals directory itself as include path.
Diffstat (limited to 'Source/Core/DiscIO/VolumeVerifier.cpp')
| -rw-r--r-- | Source/Core/DiscIO/VolumeVerifier.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DiscIO/VolumeVerifier.cpp b/Source/Core/DiscIO/VolumeVerifier.cpp index 18e86481b2..6a620131fb 100644 --- a/Source/Core/DiscIO/VolumeVerifier.cpp +++ b/Source/Core/DiscIO/VolumeVerifier.cpp @@ -18,8 +18,8 @@ #include <mbedtls/md5.h> #include <mbedtls/sha1.h> -#include <minizip/unzip.h> #include <pugixml.hpp> +#include <unzip.h> #include <zlib.h> #include "Common/Align.h" |
