Skip to content

Commit

Permalink
Merge pull request #9151 from trofi/master
Browse files Browse the repository at this point in the history
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.
1 change: 1 addition & 0 deletions Source/Core/DiscIO/WIACompression.cpp
Expand Up @@ -7,6 +7,7 @@
#include <algorithm>
#include <cstddef>
#include <cstring>
#include <limits>
#include <memory>
#include <optional>
#include <vector>
Expand Down

0 comments on commit 653f897

Please sign in to comment.