xsco / libdjinterop

C++ library for access to DJ record libraries
GNU Lesser General Public License v3.0
49 stars 8 forks source link

Add missing include on stdint.h to database_impl.hpp #122

Closed PureTryOut closed 6 months ago

PureTryOut commented 6 months ago

It won't build on Musl without it due to not knowing about int64_t

mr-smidge commented 6 months ago

@PureTryOut apologies, it looks like g++-13 has been removed from the Github runner images... please could you rebase onto latest main? Then I'll happily approve.

Thanks!

mr-smidge commented 6 months ago

Superseded by #124

PureTryOut commented 6 months ago

Oh sorry, guess I wasn't quick enough 🙈 Thanks for merging the commit!