compiles with gcc 6.Â1

This commit is contained in:
Johannes Pohl 2016-05-07 10:03:27 +00:00
parent cf0cc3c610
commit 98ff013ab4
3 changed files with 7 additions and 7 deletions

View file

@ -19,17 +19,17 @@
#include <iostream>
#include <string>
#include <memory>
#include "controller.h"
#if defined(HAS_OGG) || defined(HAS_TREMOR)
#include "decoder/oggDecoder.h"
#endif
#include "decoder/pcmDecoder.h"
#include "decoder/flacDecoder.h"
#include "timeProvider.h"
#include "common/log.h"
#include "common/snapException.h"
#include "message/time.h"
#include "message/hello.h"
#include "controller.h"
#include "common/snapException.h"
#include "common/log.h"
using namespace std;