fix vc15 compile errors

This commit is contained in:
Stijn Van der Borght 2020-04-02 10:34:36 +01:00 committed by Johannes Pohl
parent be8dfc9b3f
commit 3e823e7925
3 changed files with 7 additions and 1 deletions

View file

@ -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

View file

@ -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
{ {

View file

@ -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)