sewenew / redis-plus-plus

Redis client written in C++
Apache License 2.0
1.64k stars 351 forks source link

include cstring header for cxx_utils.h #507

Closed JengdiB closed 1 year ago

JengdiB commented 1 year ago

cxx_utils.h uses std::strlen which is defined in cstring header. Hence, let's include it.

sewenew commented 1 year ago

Thanks for your contribution!

Regards