From 98ff013ab4dd32eb35f7a9616c7aceab8ad13e1e Mon Sep 17 00:00:00 2001 From: Johannes Pohl Date: Sat, 7 May 2016 10:03:27 +0000 Subject: [PATCH] =?UTF-8?q?compiles=20with=20gcc=206.=C3=821?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/controller.cpp | 6 +++--- client/stream.cpp | 1 + server/streamreader/streamUri.cpp | 7 +++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/client/controller.cpp b/client/controller.cpp index 13031bca..4f9e91ee 100644 --- a/client/controller.cpp +++ b/client/controller.cpp @@ -19,17 +19,17 @@ #include #include #include +#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; diff --git a/client/stream.cpp b/client/stream.cpp index e27ab8b5..9be367ee 100644 --- a/client/stream.cpp +++ b/client/stream.cpp @@ -17,6 +17,7 @@ ***/ #include "stream.h" +#include #include #include #include "common/log.h" diff --git a/server/streamreader/streamUri.cpp b/server/streamreader/streamUri.cpp index f7fb707f..19f2caa1 100644 --- a/server/streamreader/streamUri.cpp +++ b/server/streamreader/streamUri.cpp @@ -16,11 +16,10 @@ along with this program. If not, see . ***/ - -#include -#include -#include #include "streamUri.h" +#include "common/utils.h" +#include "common/strCompat.h" +#include "common/log.h" using namespace std;