From b8d21595f9542400330da4daa85b7e9af1723d18 Mon Sep 17 00:00:00 2001 From: "Friedrich W. H. Kossebau" Date: Fri, 8 Jan 2021 13:58:05 +0100 Subject: [PATCH] Add missing include to unbreak build on FreeBSD NO_CHANGELOG --- autotests/themetest.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/autotests/themetest.cpp b/autotests/themetest.cpp index df58f96ac..c8182eb68 100644 --- a/autotests/themetest.cpp +++ b/autotests/themetest.cpp @@ -18,6 +18,7 @@ #if HAVE_X11 #include #endif +#include QString cacheIdHash(const Plasma::SvgPrivate::CacheId &id) {