yosh-matsuda / cpp-yyjson

Ultra-fast and intuitive C++ JSON reader/writer with yyjson backend
MIT License
57 stars 6 forks source link

Fixing missing #include leading to compilation error on Clang 18.1.6 x86_64 #20

Closed fluffy-den closed 1 month ago

fluffy-den commented 2 months ago

std::ranges::uninitialized_default_construct needs memory header to compile on Clang.

fluffy-den commented 1 month ago

Thanks for the quick reply, it works for me now.

yosh-matsuda commented 1 month ago

@fluffy-den Thank you for the PR!

Your commits have been merged. I will fix the failed CI later.