From f6ff1f556df491946198f7fe009b3e8adee58345 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Fri, 15 Jul 2022 13:16:46 +0200 Subject: missing includes Change-Id: Ib01c8224537448e146ab9dc80f4583f06c9f0c28 --- sw/source/uibase/docvw/OverlayRanges.hxx | 1 + sw/source/uibase/docvw/ShadowOverlayObject.hxx | 2 ++ 2 files changed, 3 insertions(+) diff --git a/sw/source/uibase/docvw/OverlayRanges.hxx b/sw/source/uibase/docvw/OverlayRanges.hxx index 7482deef8f97..f8ea5694b128 100644 --- a/sw/source/uibase/docvw/OverlayRanges.hxx +++ b/sw/source/uibase/docvw/OverlayRanges.hxx @@ -24,6 +24,7 @@ #include #include +#include class SwView; diff --git a/sw/source/uibase/docvw/ShadowOverlayObject.hxx b/sw/source/uibase/docvw/ShadowOverlayObject.hxx index 637d088eab7b..3651bf4e8b8d 100644 --- a/sw/source/uibase/docvw/ShadowOverlayObject.hxx +++ b/sw/source/uibase/docvw/ShadowOverlayObject.hxx @@ -22,6 +22,8 @@ #include +#include + class SwView; namespace sw { namespace sidebarwindows { -- cgit