From f0527f70ac577ee933f80525790c97d23d6135f8 Mon Sep 17 00:00:00 2001 From: philippe44 Date: Wed, 19 Apr 2023 12:39:48 +0200 Subject: [PATCH] fix compile error --- components/spotify/Shim.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/spotify/Shim.cpp b/components/spotify/Shim.cpp index 37c9b5d1..eb30f70c 100644 --- a/components/spotify/Shim.cpp +++ b/components/spotify/Shim.cpp @@ -16,7 +16,10 @@ #include #include +#include "BellTask.h" #include "MDNSService.h" +#include "TrackPlayer.h" +#include "CSpotContext.h" #include "SpircHandler.h" #include "LoginBlob.h" #include "CentralAudioBuffer.h"