Browse Source

[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
pull/3935/head
crueter 4 days ago
parent
commit
8b9a841d99
No known key found for this signature in database GPG Key ID: 425ACD2D4830EBC6
  1. 3
      src/yuzu/bootmanager.cpp

3
src/yuzu/bootmanager.cpp

@ -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…
Cancel
Save