mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06: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:
@ -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;
|
||||
|
Reference in New Issue
Block a user