miniz-cpp
miniz-cpp copied to clipboard
Missing `<cstring>` include
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.