From aa54a68e936af4a1a2de0cb7e153cd83b27d5cdb Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Mon, 26 Sep 2022 09:03:55 +0200 Subject: [PATCH] Add missing include (needed for building qt6) --- src/dolphinviewcontainer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dolphinviewcontainer.cpp b/src/dolphinviewcontainer.cpp index b76c604243..66c1de3a9f 100644 --- a/src/dolphinviewcontainer.cpp +++ b/src/dolphinviewcontainer.cpp @@ -37,6 +37,7 @@ #include #include #include +#include // An overview of the widgets contained by this ViewContainer struct LayoutStructure {