diff options
author | Loren Burkholder <computersemiexpert@outlook.com> | 2021-02-13 12:59:50 -0500 |
---|---|---|
committer | Loren Burkholder <computersemiexpert@outlook.com> | 2021-02-13 13:40:30 -0500 |
commit | 8c62df1bab3f19d0cdef140e7f8a27edd355d9e6 (patch) | |
tree | 7314588cb6701ef23ee1668e4390699a3737fcae /src/notifications/ManagerWin.cpp | |
parent | Move notification parsing into postNotification (diff) | |
download | nheko-8c62df1bab3f19d0cdef140e7f8a27edd355d9e6.tar.xz |
Include notifications header instead of responses header
Diffstat (limited to '')
-rw-r--r-- | src/notifications/ManagerWin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notifications/ManagerWin.cpp b/src/notifications/ManagerWin.cpp index 7df11308..85abe642 100644 --- a/src/notifications/ManagerWin.cpp +++ b/src/notifications/ManagerWin.cpp @@ -5,7 +5,7 @@ #include "EventAccessors.h" #include "MatrixClient.h" #include "Utils.h" -#include <mtx/responses.hpp> +#include <mtx/responses/notifications.hpp> using namespace WinToastLib; |