Skip to content
Permalink
Browse files
Merge pull request #9151 from trofi/master
Source/Core/DiscIO/WIACompression.cpp: add missing <limits> include
  • Loading branch information
leoetlino committed Oct 15, 2020
2 parents 16f5a50 + af2a881 commit 653f897
Showing 1 changed file with 1 addition and 0 deletions.
@@ -7,6 +7,7 @@
#include <algorithm>
#include <cstddef>
#include <cstring>
#include <limits>
#include <memory>
#include <optional>
#include <vector>

0 comments on commit 653f897

Please sign in to comment.