mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-11 07:11:41 +02:00
string compat functions throw
This commit is contained in:
parent
f07c5f614e
commit
6167e4caf9
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