mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-10 05:28:56 +02:00
[desktop] always include common/detached_tasks.h (#3002)
Co-authored-by: Pabel Sobolev <contact@paveloom.dev> Signed-off-by: crueter <crueter@eden-emu.dev> Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3002
This commit is contained in:
parent
7ca657d22f
commit
f32f356c40
1 changed files with 2 additions and 1 deletions
|
|
@ -6,10 +6,11 @@
|
|||
|
||||
#if YUZU_ROOM
|
||||
#include "dedicated_room/yuzu_room.h"
|
||||
#include <common/detached_tasks.h>
|
||||
#include <cstring>
|
||||
#endif
|
||||
|
||||
#include <common/detached_tasks.h>
|
||||
|
||||
#ifdef __unix__
|
||||
#include "qt_common/gui_settings.h"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue