From 71dd6b8a30552a543c41c417bb3887f7266c473e Mon Sep 17 00:00:00 2001 From: ZeldaZach Date: Wed, 18 Mar 2020 17:57:40 -0400 Subject: [PATCH] Fix missing QDate Signed-off-by: ZeldaZach --- cockatrice/src/tip_of_the_day.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cockatrice/src/tip_of_the_day.h b/cockatrice/src/tip_of_the_day.h index eb91852d..32792391 100644 --- a/cockatrice/src/tip_of_the_day.h +++ b/cockatrice/src/tip_of_the_day.h @@ -2,6 +2,7 @@ #define TIP_OF_DAY_H #include +#include class TipOfTheDay {