dalerank / imspinner

Set of nice spinners for imgui
MIT License
437 stars 40 forks source link

Minor: added missing include <cctype> for 'isalpha()', 'tolower()' funcs #17

Closed inobelar closed 1 year ago

inobelar commented 1 year ago

gcc 9.4.0 produces errors during build - cannot find isalpha, tolower funcs, since <cctype> not included. This small PR fixes it.