Browse Source

[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
pull/2934/head
crueter 1 month ago
parent
commit
f32f356c40
No known key found for this signature in database GPG Key ID: 425ACD2D4830EBC6
  1. 3
      src/yuzu/main.cpp

3
src/yuzu/main.cpp

@ -6,10 +6,11 @@
#if YUZU_ROOM #if YUZU_ROOM
#include "dedicated_room/yuzu_room.h" #include "dedicated_room/yuzu_room.h"
#include <common/detached_tasks.h>
#include <cstring> #include <cstring>
#endif #endif
#include <common/detached_tasks.h>
#ifdef __unix__ #ifdef __unix__
#include "qt_common/gui_settings.h" #include "qt_common/gui_settings.h"
#endif #endif

Loading…
Cancel
Save