Include notifications header instead of responses header

This commit is contained in:
Loren Burkholder 2021-02-13 12:59:50 -05:00
parent 567b2d05ef
commit 8c62df1bab
4 changed files with 4 additions and 4 deletions

View file

@ -12,7 +12,7 @@
#include "EventAccessors.h"
#include "MatrixClient.h"
#include "Utils.h"
#include <mtx/responses.hpp>
#include <mtx/responses/notifications.hpp>
NotificationsManager::NotificationsManager(QObject *parent)
: QObject(parent)