mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-03 03:11:43 +02:00
update json.hpp to 3.1.0
This commit is contained in:
parent
84b03c98af
commit
6bbcc83cb1
11 changed files with 17184 additions and 10073 deletions
|
@ -20,12 +20,7 @@
|
|||
#define JSON_MESSAGE_H
|
||||
|
||||
#include "message.h"
|
||||
|
||||
#ifdef HAS_JSONRPCPP
|
||||
#include <jsonrpcpp/json.hpp>
|
||||
#else
|
||||
#include "externals/json.hpp"
|
||||
#endif
|
||||
#include "common/json.hpp"
|
||||
|
||||
|
||||
using json = nlohmann::json;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue