jiixyj / loudness-scanner

A tool that scans your music files and tags them with loudness information.
MIT License
133 stars 23 forks source link

Fix: Add missing <cstdint> include #44

Open schdro opened 1 year ago

schdro commented 1 year ago

Depending e.g. on compiler version, referring to sized integers could result in compiler error. Add correct std header inclusion for ensuring availability of sized integer type.

Fixes #33