From 5746abc233d24e39e84effb481b3baac1e9fe19b Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 26 May 2022 16:56:36 +0200 Subject: Make use of ctor externals for better cross-system compilation support. --- src/mainwindow.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index ece4a85..3457f42 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -26,8 +26,8 @@ */ #pragma once -#include -#include +#include +#include #include "client.h" -- cgit v1.2.3