mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-06 22:28:24 +00:00
[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:
parent
ca1fcaca3b
commit
8b9a841d99
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue