mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-09 20:57:43 +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 <stdexcept>
|
||||
#include <vector>
|
||||
#ifdef WINDOWS
|
||||
#include <cctype>
|
||||
#endif
|
||||
|
||||
|
||||
namespace popl
|
||||
|
|
|
@ -24,6 +24,9 @@
|
|||
#include <stdio.h>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#ifdef WINDOWS
|
||||
#include <cctype>
|
||||
#endif
|
||||
|
||||
namespace utils
|
||||
{
|
||||
|
|
|
@ -314,7 +314,7 @@ This example will show you how to add snapcast to [Buildroot](https://buildroot.
|
|||
Prerequisites:
|
||||
|
||||
* CMake
|
||||
* Visual Studio 2019 with C++
|
||||
* Visual Studio 2017 or 2019 with C++
|
||||
|
||||
Set up [vcpkg](https://github.com/Microsoft/vcpkg)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue