From 900453577edeaa45c0e63bf1ec79459ec5ee0aa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Du=C5=A1an=20Poizl?= Date: Mon, 28 Nov 2022 17:36:37 +0100 Subject: [PATCH] Fix includes --- mainwindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 2ed2d0b..790916f 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -16,6 +16,8 @@ #include #include #include +#include +#include #include "loadrunable.h" #include "markedfiles.h" #include "about.h" @@ -26,8 +28,6 @@ #include #include #include -#include -#include #endif int MainWindow::socketPair[2] = {0, 0};