Closed inobelar closed 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.
gcc 9.4.0
isalpha
tolower
<cctype>
gcc 9.4.0
produces errors during build - cannot findisalpha
,tolower
funcs, since<cctype>
not included. This small PR fixes it.