miniz-cpp icon indicating copy to clipboard operation
miniz-cpp copied to clipboard

Missing `<cstring>` include

Open eisenwave opened this issue 5 years ago • 0 comments

On line 5980 you use std::strlen. The namespaced version of this function is not defined in "string.h", only in <cstring>.

This leads to a compilation error.

eisenwave avatar Jun 04 '20 12:06 eisenwave