Skip to content

Commit

Permalink
Add missing include header to src/AboutDialog.cpp
Browse files Browse the repository at this point in the history
Fix #1
  • Loading branch information
VinsWorldcom committed Jun 16, 2023
1 parent 46c97e3 commit 29b7446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AboutDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include <windows.h>
#include <windowsx.h>
#include <commctrl.h>
#include "resource.h"
#include "DockingFeature/resource.h"
#include "AboutDialog.h"

LRESULT CALLBACK WebsiteLinkProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam, UINT_PTR uIdSubclass, DWORD_PTR dwRefData)
Expand Down

0 comments on commit 29b7446

Please sign in to comment.