Closed C0rn3j closed 5 years ago
Fixes https://github.com/loot/libloot/issues/61
Building with gcc 8 is fine but gcc 9 needs a vector include.
ICU 61 and higher (tested with 64.2) needs a using added - http://site.icu-project.org/download/61#TOC-Migration-Issues
using
I think AppVeyor's just failing because builds you kick off don't have my Bintray auth token, so I'll merge this.
Fixes https://github.com/loot/libloot/issues/61
Building with gcc 8 is fine but gcc 9 needs a vector include.
ICU 61 and higher (tested with 64.2) needs a
using
added - http://site.icu-project.org/download/61#TOC-Migration-Issues