From 345a84e654fa539b3d33811e068c6273cda81ffe Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Tue, 14 Feb 2023 19:54:07 -0500 Subject: fix build --- src/windows/mainwindow.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/windows/mainwindow.hpp') diff --git a/src/windows/mainwindow.hpp b/src/windows/mainwindow.hpp index 90e49b4..5cad82f 100644 --- a/src/windows/mainwindow.hpp +++ b/src/windows/mainwindow.hpp @@ -3,11 +3,11 @@ #include "components/chatwindow.hpp" #include "components/memberlist.hpp" #include "components/friendslist.hpp" -<<<<<<< HEAD #include "components/voiceinfobox.hpp" -#include -======= ->>>>>>> master +#include +#include +#include +#include class MainWindow : public Gtk::Window { public: -- cgit v1.2.3