From 1d758eda296c20585d6a9854880837b68147b3e4 Mon Sep 17 00:00:00 2001 From: Dimitriy Ryazantcev Date: Thu, 18 Oct 2012 20:52:41 +0300 Subject: [PATCH 4/5] Win32: some headers were missed. Signed-off-by: Dimitriy Ryazantcev --- src/plugins/hotstreams/icecastfetcher.cpp | 3 ++- src/plugins/lhtr/richeditorwidget.cpp | 1 + src/plugins/poshuku/plugins/cleanweb/core.cpp | 1 + src/plugins/vrooby/vrooby.cpp | 4 +++- 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/plugins/hotstreams/icecastfetcher.cpp b/src/plugins/hotstreams/icecastfetcher.cpp index 80da789..1036016 100644 --- a/src/plugins/hotstreams/icecastfetcher.cpp +++ b/src/plugins/hotstreams/icecastfetcher.cpp @@ -19,6 +19,7 @@ #include "icecastfetcher.h" #include "roles.h" #include +#include #include #include #include @@ -153,7 +154,7 @@ namespace HotStreams const auto& genre = getText ("genre"); auto& genreStations = stations [genre]; - const StationInfo info + const StationInfo info = { getText ("server_name"), genre, diff --git a/src/plugins/lhtr/richeditorwidget.cpp b/src/plugins/lhtr/richeditorwidget.cpp index 6a7697f..5a55db6 100644 --- a/src/plugins/lhtr/richeditorwidget.cpp +++ b/src/plugins/lhtr/richeditorwidget.cpp @@ -17,6 +17,7 @@ **********************************************************************/ #include "richeditorwidget.h" +#include #include #include #include diff --git a/src/plugins/poshuku/plugins/cleanweb/core.cpp b/src/plugins/poshuku/plugins/cleanweb/core.cpp index 75f5d6f..04d1025 100644 --- a/src/plugins/poshuku/plugins/cleanweb/core.cpp +++ b/src/plugins/poshuku/plugins/cleanweb/core.cpp @@ -18,6 +18,7 @@ #include "core.h" #include +#include #include #include #include diff --git a/src/plugins/vrooby/vrooby.cpp b/src/plugins/vrooby/vrooby.cpp index 081ac35..7b93551 100644 --- a/src/plugins/vrooby/vrooby.cpp +++ b/src/plugins/vrooby/vrooby.cpp @@ -23,6 +23,8 @@ #ifdef ENABLE_UDISKS #include "backends/udisks/udisksbackend.h" +#else +#include "devbackend.h" #endif #include "trayview.h" -- 1.7.11.msysgit.1