1
0
Fork 0
mirror of https://github.com/badaix/snapcast.git synced 2025-05-21 21:16:15 +02:00

string compat functions throw

This commit is contained in:
badaix 2016-04-25 19:27:21 +02:00
parent 244202674b
commit f11a7055a1
12 changed files with 36 additions and 18 deletions
server/streamreader

View file

@ -26,7 +26,7 @@
#include "encoder/encoderFactory.h"
#include "common/log.h"
#include "common/snapException.h"
#include "common/compat.h"
#include "common/strCompat.h"
using namespace std;