core: Fix windows build error : no member named 'all_of' in namespace 'std' (#446)

This commit is contained in:
Jerry.Wang 2025-08-28 15:23:04 +08:00 committed by GitHub
parent 18b04350ab
commit 3b7be7e417
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,6 +9,7 @@
#include <rapidjson/encodedstream.h>
#include <rapidjson/writer.h>
#include <cassert>
#include <algorithm>
#define kBIN_PLACE_HOLDER "_placeholder"