summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2021-07-20 23:23:11 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2021-07-20 23:06:29 +0200
commit07bd6ccf98e2062739beed84e64345918546c64a (patch)
tree3ba2e8e2f8a6d97c1701abbf28b3b2bd126488c9 /sd
parenta85dfb250ec983b5e325ccd0e0dbef27a75f47ce (diff)
Use some forward declarations in <editeng/editobj.hxx>
Change-Id: Ic6c36d4e0da53324ada9ff8a91e715d52ac24394 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119292 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/core/sdpage.cxx1
-rw-r--r--sd/source/ui/view/viewshel.cxx1
2 files changed, 2 insertions, 0 deletions
diff --git a/sd/source/core/sdpage.cxx b/sd/source/core/sdpage.cxx
index 9d8f13df75db..ddd5fdbb037c 100644
--- a/sd/source/core/sdpage.cxx
+++ b/sd/source/core/sdpage.cxx
@@ -63,6 +63,7 @@
#include <sal/log.hxx>
#include <o3tl/enumarray.hxx>
#include <o3tl/safeint.hxx>
+#include <o3tl/sorted_vector.hxx>
#include <xmloff/autolayout.hxx>
#include <Outliner.hxx>
diff --git a/sd/source/ui/view/viewshel.cxx b/sd/source/ui/view/viewshel.cxx
index ac7a5d3489ac..3a23edd1bb35 100644
--- a/sd/source/ui/view/viewshel.cxx
+++ b/sd/source/ui/view/viewshel.cxx
@@ -82,6 +82,7 @@
#include <editeng/eeitem.hxx>
#include <editeng/editview.hxx>
#include <editeng/editeng.hxx>
+#include <svl/itempool.hxx>
#include <svl/intitem.hxx>
#include <svl/poolitem.hxx>
#include <strings.hxx>