From 618cf9b589ef9dd58e3ec3dd7450a80f10e118f8 Mon Sep 17 00:00:00 2001
From: Bart De Vries <bart@mogwai.be>
Date: Wed, 25 Aug 2021 11:52:11 +0200
Subject: [PATCH] Fix broken "Files" view

The viewmanager.cpp/h file is missing an include for config-upnp-qt.h
which defines KF5KIO_FOUND.  With this macro missing, it isn't building
the KIO stuff.

BUG 440980
---
 src/viewmanager.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/viewmanager.h b/src/viewmanager.h
index dfc37db5..0b77d7fc 100644
--- a/src/viewmanager.h
+++ b/src/viewmanager.h
@@ -9,6 +9,8 @@
 
 #include "elisaLib_export.h"
 
+#include "config-upnp-qt.h"
+
 #include "elisautils.h"
 #include "datatypes.h"
 
-- 
GitLab

