From e2f3fed16342812d928fa1e28d609bbe0e44e323 Mon Sep 17 00:00:00 2001 From: EndrII Date: Tue, 11 Jan 2022 10:53:25 +0300 Subject: [PATCH] fix qt6 build --- doctor.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doctor.h b/doctor.h index a785e24..37fc18f 100644 --- a/doctor.h +++ b/doctor.h @@ -8,11 +8,12 @@ #ifndef DOCTOR_H #define DOCTOR_H +#include "ipill.h" + #include namespace QuasarAppUtils { -class iPill; /** * @brief The Doctor class is class that execute pills objects. * The Doctor check issue that will be executed and if the issue realy then execute fix.