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/client.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client.h') diff --git a/src/client.h b/src/client.h index a03a648..a634561 100644 --- a/src/client.h +++ b/src/client.h @@ -1,8 +1,8 @@ // -*- c++ -*- #pragma once -#include -#include +#include +#include class QTcpSocket; class QTimer; -- cgit v1.2.3