Skip to content

Commit

Permalink
Add missing header
Browse files Browse the repository at this point in the history
  • Loading branch information
Ri0n committed May 8, 2024
1 parent fed5733 commit e6cafdd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/contactmanager/contactmanagermodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,16 @@

#include "contactmanagermodel.h"

#include "QDebug"
#include "iris/xmpp_client.h"
#include "iris/xmpp_tasks.h"
#include "psiaccount.h"
#include "userlist.h"

#include "iris/xmpp_liveroster.h"

#include <QDebug>
#include <QSet>

class CMModelItem::Private : public QSharedData {
public:
Private(const RosterItem &item) :
Expand Down
2 changes: 1 addition & 1 deletion src/contactmanager/contactmanagermodel.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#define CONTACTMANAGERMODEL_H

#include <QAbstractTableModel>
#include <QSet>
#include <QExplicitlySharedDataPointer>
#include <QStringList>

#include <deque>
Expand Down

0 comments on commit e6cafdd

Please sign in to comment.