diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2024-03-16 03:55:57 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2024-03-16 11:50:39 +0100 |
commit | aef9617d1ec7f73a394ed4bb43b4436e27225176 (patch) | |
tree | cd34e86e42c22b8ab3f8c93b0098645fcce9acca /src/timeline/InputBar.cpp | |
parent | Include moc files for a tiny speedup on incremental builds (diff) | |
download | nheko-aef9617d1ec7f73a394ed4bb43b4436e27225176.tar.xz |
Make a few headers forward declarations
Diffstat (limited to 'src/timeline/InputBar.cpp')
-rw-r--r-- | src/timeline/InputBar.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/timeline/InputBar.cpp b/src/timeline/InputBar.cpp index afb4585a..e0dfe9b9 100644 --- a/src/timeline/InputBar.cpp +++ b/src/timeline/InputBar.cpp @@ -36,6 +36,7 @@ #include "TimelineViewManager.h" #include "UserSettingsPage.h" #include "Utils.h" +#include "ui/UserProfile.h" #include "blurhash.hpp" |