Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Jan 26, 2024
1 parent 250c634 commit 8a813b8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions include/common/utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ using warray = basic_array<std::wstring>;
using wobject = basic_object<std::wstring>;
}

namespace json::ext
{
void to_json() {}
void check_json() {}
void from_json() {}
}

namespace json::_utils
{
template <typename T>
Expand Down

0 comments on commit 8a813b8

Please sign in to comment.