summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Stahl <michael.stahl@allotropia.de>2022-07-15 13:16:46 +0200
committerMichael Stahl <michael.stahl@allotropia.de>2022-07-15 13:16:46 +0200
commitf6ff1f556df491946198f7fe009b3e8adee58345 (patch)
tree3907b6bd23415ba329f0e85717637215bddfb788
parenttdf#149978 sw: ODF import: fix nondeterministic automatic styles (diff)
downloadcore-f6ff1f556df491946198f7fe009b3e8adee58345.tar.gz
core-f6ff1f556df491946198f7fe009b3e8adee58345.zip
missing includes
Change-Id: Ib01c8224537448e146ab9dc80f4583f06c9f0c28
-rw-r--r--sw/source/uibase/docvw/OverlayRanges.hxx1
-rw-r--r--sw/source/uibase/docvw/ShadowOverlayObject.hxx2
2 files changed, 3 insertions, 0 deletions
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 <basegfx/range/b2drange.hxx>
#include <vector>
+#include <memory>
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 <svx/sdr/overlay/overlayobject.hxx>
+#include <memory>
+
class SwView;
namespace sw { namespace sidebarwindows {