mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-23 03:17:39 +02:00
Fix compilation errors on FreeBSD
This commit is contained in:
parent
5cf697abfc
commit
962ff983cb
2 changed files with 2 additions and 2 deletions
|
@ -19,12 +19,12 @@
|
|||
#ifndef STRING_UTILS_H
|
||||
#define STRING_UTILS_H
|
||||
|
||||
#include <stdio.h>
|
||||
#include <algorithm>
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
#include <vector>
|
||||
|
||||
|
||||
namespace utils
|
||||
{
|
||||
namespace string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue