summary refs log tree commit diff
path: root/src/notifications/ManagerWin.cpp
diff options
context:
space:
mode:
authorLoren Burkholder <computersemiexpert@outlook.com>2021-02-13 12:59:50 -0500
committerLoren Burkholder <computersemiexpert@outlook.com>2021-02-13 13:40:30 -0500
commit8c62df1bab3f19d0cdef140e7f8a27edd355d9e6 (patch)
tree7314588cb6701ef23ee1668e4390699a3737fcae /src/notifications/ManagerWin.cpp
parentMove notification parsing into postNotification (diff)
downloadnheko-8c62df1bab3f19d0cdef140e7f8a27edd355d9e6.tar.xz
Include notifications header instead of responses header
Diffstat (limited to '')
-rw-r--r--src/notifications/ManagerWin.cpp2
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;