From fbd28f59c616b020107d9b287ad5b2f9700b7f78 Mon Sep 17 00:00:00 2001 From: Raquel Medina Date: Fri, 6 Mar 2020 18:12:47 +0100 Subject: add QDateTime header QDateTime header is missing after clean up on includes from libqtappfw's telephone.h; it should be included directly by phone.h as QDateTime class is used by the phone application but not by libqtappfw. This change is applied ahead of libqtappfw changes to avoid breaking the build. Bug-AGL: SPEC-3112 Signed-off-by: Raquel Medina Change-Id: Ie588521fef9965ec39133bcae75a0cfba7cfbaf8 --- app/phone.h | 1 + 1 file changed, 1 insertion(+) diff --git a/app/phone.h b/app/phone.h index 6cdce34..bb93419 100644 --- a/app/phone.h +++ b/app/phone.h @@ -18,6 +18,7 @@ #define PHONE_H #include +#include #include #include "fileplayer.h" -- cgit 1.2.3-korg