Skip to content

Commit 9524f94

Browse files
committed
hotfix: add missing include
1 parent 6f543b5 commit 9524f94

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/qt_gui/settings_dialog.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
#include <QHoverEvent>
77

88
#include <common/version.h>
9+
#ifdef ENABLE_DISCORD_RPC
10+
#include "common/discord_rpc_handler.h"
11+
#endif
912
#ifdef ENABLE_UPDATER
1013
#include "check_update.h"
1114
#endif

0 commit comments

Comments
 (0)