From 009ebe0224f7e236837741a1b35f0c572024e8b3 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Tue, 21 Apr 2020 10:27:28 +0200 Subject: [PATCH] Fix build with Qt-5.15 (missing header) Signed-off-by: Andreas Sturmlechner --- smb4k/smb4ktooltip.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/smb4k/smb4ktooltip.cpp b/smb4k/smb4ktooltip.cpp index de07a1d..b1064f7 100644 --- a/smb4k/smb4ktooltip.cpp +++ b/smb4k/smb4ktooltip.cpp @@ -43,6 +43,7 @@ #include #include #include +#include #include #include #include -- 2.26.1