diff options
author | DeepBlueV7.X <nicolas.werner@hotmail.de> | 2022-07-16 01:10:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-16 01:10:07 +0000 |
commit | f62cb7768048bf737d3ec3b483a14e2e18cc1017 (patch) | |
tree | febc4d195b7fa3c9a4f593d33346790c7d43f933 /src/Utils.cpp | |
parent | Merge pull request #1110 from r0hit05/msc2746 (diff) | |
parent | Make notification count calculation more efficient (diff) | |
download | nheko-f62cb7768048bf737d3ec3b483a14e2e18cc1017.tar.xz |
Merge pull request #1062 from Nheko-Reborn/perSpaceNotifs
Per-space notification bubbles
Diffstat (limited to 'src/Utils.cpp')
-rw-r--r-- | src/Utils.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Utils.cpp b/src/Utils.cpp index bdc1a411..b85d7916 100644 --- a/src/Utils.cpp +++ b/src/Utils.cpp @@ -27,6 +27,7 @@ #include <cmark.h> #include "Cache.h" +#include "Cache_p.h" #include "Config.h" #include "EventAccessors.h" #include "Logging.h" |