Browse Source

fix compile error

philippe44 1 year ago
parent
commit
f0527f70ac
1 changed files with 3 additions and 0 deletions
  1. 3 0
      components/spotify/Shim.cpp

+ 3 - 0
components/spotify/Shim.cpp

@@ -16,7 +16,10 @@
 #include <stdarg.h>
 #include <ApResolve.h>
 
+#include "BellTask.h"
 #include "MDNSService.h"
+#include "TrackPlayer.h"
+#include "CSpotContext.h"
 #include "SpircHandler.h"
 #include "LoginBlob.h"
 #include "CentralAudioBuffer.h"