diff options
Diffstat (limited to 'src/channel.cpp')
-rw-r--r-- | src/channel.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/channel.cpp b/src/channel.cpp index a98d315c..154b016d 100644 --- a/src/channel.cpp +++ b/src/channel.cpp @@ -21,6 +21,8 @@ #include "channel.h" +#include "gui/widgets/channeltab.h" + Channel::Channel(short id, const std::string &name, const std::string &announcement) : |