[desktop] Fix QtCommon missing header in bootmanager.cpp (#3931)

Signed-off-by: crueter <crueter@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3931
This commit is contained in:
crueter 2026-05-06 03:27:51 +02:00
parent ca1fcaca3b
commit 8b9a841d99
No known key found for this signature in database
GPG key ID: 425ACD2D4830EBC6

View file

@ -15,7 +15,10 @@
#include <QtCore/qglobal.h>
#include "common/settings_enums.h"
#include "qt_common/config/uisettings.h"
#include "qt_common/abstract/frontend.h"
#if YUZU_USE_QT_MULTIMEDIA
#include <QCamera>
#include <QImageCapture>