cef_string_wrappers.h uses a non-standard header memory.h, which breaks the build on UCRT environments. Replace <memory.h> include with <cstring>, which is guaranteed to contain strlen.