From f32f356c40b4b074dda7c64e7d8949644110e68d Mon Sep 17 00:00:00 2001 From: crueter Date: Tue, 11 Nov 2025 07:44:14 +0100 Subject: [PATCH] [desktop] always include common/detached_tasks.h (#3002) Co-authored-by: Pabel Sobolev Signed-off-by: crueter Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3002 --- src/yuzu/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index bcf5932e73..621c74a618 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp @@ -6,10 +6,11 @@ #if YUZU_ROOM #include "dedicated_room/yuzu_room.h" -#include #include #endif +#include + #ifdef __unix__ #include "qt_common/gui_settings.h" #endif