Merge pull request #9151 from trofi/master

Source/Core/DiscIO/WIACompression.cpp: add missing <limits> include
This commit is contained in:
Léo Lam 2020-10-15 21:14:24 +02:00 committed by GitHub
commit 653f89701d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
#include <algorithm>
#include <cstddef>
#include <cstring>
#include <limits>
#include <memory>
#include <optional>
#include <vector>