surge-synthesizer / tuning-library

Micro-tuning format parsing and frequency finding as a header-only C+ library
https://surge-synth-team.org/tuning-library/
MIT License
83 stars 15 forks source link

include cctype for std::isdigit #18

Closed baconpaul closed 4 years ago

baconpaul commented 4 years ago

In VS2017 cctype is not included transitively. And we should just fix this anyway.