From 57b6f00d8eef9a2eaf860a432fd990b0b620c6b4 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Tue, 11 Apr 2023 15:34:12 +0200 Subject: [PATCH] Use better include for QCoroTask --- src/neochatroom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/neochatroom.h b/src/neochatroom.h index 2621af037..4c4e1c1d9 100644 --- a/src/neochatroom.h +++ b/src/neochatroom.h @@ -9,7 +9,7 @@ #include #include -#include +#include #include "neochatuser.h" #include "pollhandler.h"