diff options
Diffstat (limited to 'lib/csapi/notifications.cpp')
-rw-r--r-- | lib/csapi/notifications.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/csapi/notifications.cpp b/lib/csapi/notifications.cpp index 04ad0175..19b2e058 100644 --- a/lib/csapi/notifications.cpp +++ b/lib/csapi/notifications.cpp @@ -4,6 +4,8 @@ #include "notifications.h" +#include "converters.h" + #include <QtCore/QStringBuilder> using namespace QMatrixClient; |