mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
DolphinQt: fix BootSessionData dtor not being called
std::unique_ptr can't/won't call deleter on incomplete type generated warning on vs 17.3.0 preview 5.0
This commit is contained in:
parent
7d2d5d914b
commit
bdf3a03c04
@ -11,11 +11,12 @@
|
||||
#include <optional>
|
||||
#include <string>
|
||||
|
||||
#include "Core/Boot/Boot.h"
|
||||
|
||||
class QStackedWidget;
|
||||
class QString;
|
||||
|
||||
class BreakpointWidget;
|
||||
class BootSessionData;
|
||||
struct BootParameters;
|
||||
class CheatsManager;
|
||||
class CodeWidget;
|
||||
|
Loading…
Reference in New Issue
Block a user