summaryrefslogtreecommitdiff
path: root/src/windows
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows')
-rw-r--r--src/windows/mainwindow.cpp1
-rw-r--r--src/windows/mainwindow.hpp2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/windows/mainwindow.cpp b/src/windows/mainwindow.cpp
index 8e030ed..8156659 100644
--- a/src/windows/mainwindow.cpp
+++ b/src/windows/mainwindow.cpp
@@ -1,4 +1,5 @@
#include "mainwindow.hpp"
+#include "components/channellist/channellist.hpp"
MainWindow::MainWindow()
: m_main_box(Gtk::ORIENTATION_VERTICAL)
diff --git a/src/windows/mainwindow.hpp b/src/windows/mainwindow.hpp
index ce2e636..37c1b87 100644
--- a/src/windows/mainwindow.hpp
+++ b/src/windows/mainwindow.hpp
@@ -1,5 +1,5 @@
#pragma once
-#include "components/channels.hpp"
+#include "components/channellist/channellist.hpp"
#include "components/chatwindow.hpp"
#include "components/memberlist.hpp"
#include "components/friendslist.hpp"