Closed beta version 1.5.6.1: Fix build in GCC.

This commit is contained in:
John Preston 2018-12-30 21:23:59 +04:00
parent 54fa974789
commit c7469075ab

View File

@ -541,7 +541,7 @@ void ClearIrrelevantCache() {
} }
std::vector<Set> Sets() { std::vector<Set> Sets() {
return kSets; return kSets | ranges::to_vector;
} }
int CurrentSetId() { int CurrentSetId() {