mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-02-04 20:48:15 +00:00
hotfix: add missing include
This commit is contained in:
parent
6f543b5bd9
commit
9524f94749
|
@ -6,6 +6,9 @@
|
|||
#include <QHoverEvent>
|
||||
|
||||
#include <common/version.h>
|
||||
#ifdef ENABLE_DISCORD_RPC
|
||||
#include "common/discord_rpc_handler.h"
|
||||
#endif
|
||||
#ifdef ENABLE_UPDATER
|
||||
#include "check_update.h"
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue