From 4f08d643b9609020af7a7b007011ddc1b4d4cb49 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 9 Feb 2022 17:21:47 -0800 Subject: [PATCH] Qt6: add required QFile header This worked without that include in Qt5, but having it there doesn't hurt, either, so instead of yet another conditional compile, let's just include it everywhere. Signed-off-by: Dirk Hohndel --- desktop-widgets/divelogimportdialog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/desktop-widgets/divelogimportdialog.cpp b/desktop-widgets/divelogimportdialog.cpp index d10b9d5f7..28c7f0e98 100644 --- a/desktop-widgets/divelogimportdialog.cpp +++ b/desktop-widgets/divelogimportdialog.cpp @@ -10,6 +10,7 @@ #include #include #include +#include #include "core/filterpreset.h" #include "core/qthelper.h" #include "core/divesite.h"