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:
Shawn Hoffman 2022-07-28 13:06:47 -07:00
parent 7d2d5d914b
commit bdf3a03c04

View file

@ -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;