mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-29 13:56:17 +00:00
hotfix: add missing include
This commit is contained in:
parent
6f543b5bd9
commit
9524f94749
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@
|
||||||
#include <QHoverEvent>
|
#include <QHoverEvent>
|
||||||
|
|
||||||
#include <common/version.h>
|
#include <common/version.h>
|
||||||
|
#ifdef ENABLE_DISCORD_RPC
|
||||||
|
#include "common/discord_rpc_handler.h"
|
||||||
|
#endif
|
||||||
#ifdef ENABLE_UPDATER
|
#ifdef ENABLE_UPDATER
|
||||||
#include "check_update.h"
|
#include "check_update.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue