소스 검색

Fix build error on Windows.

Ian Walton 1 년 전
부모
커밋
c9e17c38ee
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;