Skip to content

Commit

Permalink
Try to fix appveyour build problem
Browse files Browse the repository at this point in the history
  • Loading branch information
githubuser0xFFFF committed May 27, 2020
1 parent dfb8543 commit ccf8ea9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/FloatingDockContainer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@

#ifdef Q_OS_WIN
#include <windows.h>
#ifdef _MSC_VER
#pragma comment(lib, "User32.lib")
#endif
#endif
#ifdef Q_OS_LINUX
#include "linux/FloatingWidgetTitleBar.h"
Expand Down

0 comments on commit ccf8ea9

Please sign in to comment.