loot / libloot

A C++ library for accessing LOOT's metadata and sorting functionality.
GNU General Public License v3.0
32 stars 12 forks source link

Compatibility with gcc 9 and icu 61+ #62

Closed C0rn3j closed 4 years ago

C0rn3j commented 4 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

Ortham commented 4 years ago

I think AppVeyor's just failing because builds you kick off don't have my Bintray auth token, so I'll merge this.