mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-11 16:16:42 +02:00
compiles with gcc 6.Â1
This commit is contained in:
parent
cf0cc3c610
commit
98ff013ab4
3 changed files with 7 additions and 7 deletions
|
@ -19,17 +19,17 @@
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
#include "controller.h"
|
||||||
#if defined(HAS_OGG) || defined(HAS_TREMOR)
|
#if defined(HAS_OGG) || defined(HAS_TREMOR)
|
||||||
#include "decoder/oggDecoder.h"
|
#include "decoder/oggDecoder.h"
|
||||||
#endif
|
#endif
|
||||||
#include "decoder/pcmDecoder.h"
|
#include "decoder/pcmDecoder.h"
|
||||||
#include "decoder/flacDecoder.h"
|
#include "decoder/flacDecoder.h"
|
||||||
#include "timeProvider.h"
|
#include "timeProvider.h"
|
||||||
#include "common/log.h"
|
|
||||||
#include "common/snapException.h"
|
|
||||||
#include "message/time.h"
|
#include "message/time.h"
|
||||||
#include "message/hello.h"
|
#include "message/hello.h"
|
||||||
#include "controller.h"
|
#include "common/snapException.h"
|
||||||
|
#include "common/log.h"
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
***/
|
***/
|
||||||
|
|
||||||
#include "stream.h"
|
#include "stream.h"
|
||||||
|
#include <cmath>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "common/log.h"
|
#include "common/log.h"
|
||||||
|
|
|
@ -16,11 +16,10 @@
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
***/
|
***/
|
||||||
|
|
||||||
|
|
||||||
#include <common/utils.h>
|
|
||||||
#include <common/strCompat.h>
|
|
||||||
#include <common/log.h>
|
|
||||||
#include "streamUri.h"
|
#include "streamUri.h"
|
||||||
|
#include "common/utils.h"
|
||||||
|
#include "common/strCompat.h"
|
||||||
|
#include "common/log.h"
|
||||||
|
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue