mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-06 21:01:42 +02:00
string compat functions throw
This commit is contained in:
parent
244202674b
commit
f11a7055a1
12 changed files with 36 additions and 18 deletions
|
@ -22,7 +22,7 @@
|
|||
#include <fstream>
|
||||
#include <cerrno>
|
||||
#include "common/snapException.h"
|
||||
#include "common/compat.h"
|
||||
#include "common/strCompat.h"
|
||||
#include "common/log.h"
|
||||
|
||||
using namespace std;
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#include <iostream>
|
||||
|
||||
#include "flacEncoder.h"
|
||||
#include "common/compat.h"
|
||||
#include "common/strCompat.h"
|
||||
#include "common/snapException.h"
|
||||
#include "common/log.h"
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
#include "oggEncoder.h"
|
||||
#include "common/snapException.h"
|
||||
#include "common/compat.h"
|
||||
#include "common/strCompat.h"
|
||||
#include "common/utils.h"
|
||||
#include "common/log.h"
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
#include "encoder/encoderFactory.h"
|
||||
#include "common/snapException.h"
|
||||
#include "common/compat.h"
|
||||
#include "common/strCompat.h"
|
||||
#include "pcmStream.h"
|
||||
#include "common/log.h"
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#include "pipeStream.h"
|
||||
#include "fileStream.h"
|
||||
#include "common/utils.h"
|
||||
#include "common/compat.h"
|
||||
#include "common/strCompat.h"
|
||||
#include "common/log.h"
|
||||
#include "common/snapException.h"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
|
||||
#include <common/utils.h>
|
||||
#include <common/compat.h>
|
||||
#include <common/strCompat.h>
|
||||
#include <common/log.h>
|
||||
#include "streamUri.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue