mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-08 12:17:57 +02:00
fix vc15 compile errors
This commit is contained in:
parent
be8dfc9b3f
commit
3e823e7925
3 changed files with 7 additions and 1 deletions
|
@ -24,6 +24,9 @@
|
|||
#include <stdio.h>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#ifdef WINDOWS
|
||||
#include <cctype>
|
||||
#endif
|
||||
|
||||
namespace utils
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue