mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-08 20:27:38 +02:00
fix vc15 compile errors
This commit is contained in:
parent
be8dfc9b3f
commit
3e823e7925
3 changed files with 7 additions and 1 deletions
|
@ -33,6 +33,9 @@
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
#ifdef WINDOWS
|
||||||
|
#include <cctype>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
namespace popl
|
namespace popl
|
||||||
|
|
|
@ -24,6 +24,9 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
#ifdef WINDOWS
|
||||||
|
#include <cctype>
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace utils
|
namespace utils
|
||||||
{
|
{
|
||||||
|
|
|
@ -314,7 +314,7 @@ This example will show you how to add snapcast to [Buildroot](https://buildroot.
|
||||||
Prerequisites:
|
Prerequisites:
|
||||||
|
|
||||||
* CMake
|
* CMake
|
||||||
* Visual Studio 2019 with C++
|
* Visual Studio 2017 or 2019 with C++
|
||||||
|
|
||||||
Set up [vcpkg](https://github.com/Microsoft/vcpkg)
|
Set up [vcpkg](https://github.com/Microsoft/vcpkg)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue