add missing header to fix build with MSVC 14.27
This commit is contained in:
parent
87db95b22f
commit
1204da7944
1 changed files with 2 additions and 1 deletions
|
@ -16,6 +16,7 @@
|
|||
|
||||
#include <winrt/Windows.Media.Control.h>
|
||||
#include <winrt/Windows.Storage.Streams.h>
|
||||
#include <winrt/Windows.Foundation.Collections.h>
|
||||
|
||||
using namespace winrt;
|
||||
using namespace Windows::Media::Control;
|
||||
|
@ -37,7 +38,7 @@ class Q_DECL_EXPORT MprisControlPlugin
|
|||
private:
|
||||
std::optional<GlobalSystemMediaTransportControlsSessionManager> sessionManager;
|
||||
QHash<QString, GlobalSystemMediaTransportControlsSession> playerList;
|
||||
|
||||
|
||||
std::vector<GlobalSystemMediaTransportControlsSession::PlaybackInfoChanged_revoker> playbackInfoChangedHandlers;
|
||||
std::vector<GlobalSystemMediaTransportControlsSession::MediaPropertiesChanged_revoker> mediaPropertiesChangedHandlers;
|
||||
std::vector<GlobalSystemMediaTransportControlsSession::TimelinePropertiesChanged_revoker> timelinePropertiesChangedHandlers;
|
||||
|
|
Loading…
Reference in a new issue