Browse Source

Fix build error on Windows.

Ian Walton 1 year ago
parent
commit
c9e17c38ee
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/taskbar/TaskbarComponentWin.cpp

+ 1 - 0
src/taskbar/TaskbarComponentWin.cpp

@@ -10,6 +10,7 @@
 #include "TaskbarComponentWin.h"
 #include "PlayerComponent.h"
 #include "input/InputComponent.h"
+#include "settings/SettingsComponent.h"
 
 using namespace ABI::Windows::Foundation;
 using namespace ABI::Windows::Media;