mirror of
https://github.com/PabloMK7/citra.git
synced 2025-12-14 03:08: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
|
|
@ -10,10 +10,7 @@
|
|||
#include <QStandardItemModel>
|
||||
#include <QVariant>
|
||||
#include "network/network.h"
|
||||
|
||||
namespace Ui {
|
||||
class ChatRoom;
|
||||
} // namespace Ui
|
||||
#include "ui_chat_room.h"
|
||||
|
||||
namespace Core {
|
||||
class AnnounceMultiplayerSession;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue