Tencent / MMKV

An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX.
Other
17.3k stars 1.9k forks source link

Fixed compilation errors #1293

Closed BeneficialCode closed 4 months ago

BeneficialCode commented 4 months ago

Adding the missing header file MiniPBCoder.h. In order to use std::string_view in this library, we need to change the c++ standard to c++17.

lingol commented 4 months ago

Thanks for your contribution.