mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-31 18:06:15 +02:00
string compat functions throw
This commit is contained in:
parent
244202674b
commit
f11a7055a1
12 changed files with 36 additions and 18 deletions
2
externals/json.hpp
vendored
2
externals/json.hpp
vendored
|
@ -61,7 +61,7 @@ Class @ref nlohmann::basic_json is a good entry point for the documentation.
|
|||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
#include "common/compat.h"
|
||||
#include "common/strCompat.h"
|
||||
|
||||
// enable ssize_t on MinGW
|
||||
#ifdef __GNUC__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue