Skip to content

Commit

Permalink
šŸ› Added #include <memory> at the beginning of the file to fix missingā€¦
Browse files Browse the repository at this point in the history
ā€¦ std::ranges::uninitialized_default_construct error on Clang 18.1.6 x86_64
  • Loading branch information
fluffy-den authored and yosh-matsuda committed Jul 11, 2024
1 parent 864d78c commit 1903e97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/cpp_yyjson.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include <ranges>
#include <variant>
#include <vector>
#include <memory>

#include <fmt/format.h>
#include <yyjson.h>
Expand Down

0 comments on commit 1903e97

Please sign in to comment.