mirror of
https://github.com/PabloMK7/citra.git
synced 2025-12-15 19:58:47 +00:00
Fix compilation issue where unique_ptr needs full class declaration
This commit is contained in:
parent
c635c7f40d
commit
01b49b7e78
10 changed files with 5 additions and 26 deletions
|
|
@ -15,7 +15,6 @@
|
|||
#include "citra_qt/multiplayer/message.h"
|
||||
#include "common/logging/log.h"
|
||||
#include "core/announce_multiplayer_session.h"
|
||||
#include "ui_client_room.h"
|
||||
|
||||
ClientRoomWindow::ClientRoomWindow(QWidget* parent)
|
||||
: QDialog(parent, Qt::WindowTitleHint | Qt::WindowCloseButtonHint | Qt::WindowSystemMenuHint),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue