diff options
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/engine3d/scene3d.cxx | 1 | ||||
-rw-r--r-- | svx/source/sdr/contact/viewcontactofe3dscene.cxx | 1 | ||||
-rw-r--r-- | svx/source/styles/ColorSets.cxx | 1 | ||||
-rw-r--r-- | svx/source/table/tableundo.hxx | 1 | ||||
-rw-r--r-- | svx/source/theme/ThemeColorChangerCommon.cxx | 1 | ||||
-rw-r--r-- | svx/source/unodraw/gluepts.cxx | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/svx/source/engine3d/scene3d.cxx b/svx/source/engine3d/scene3d.cxx index 905f31fe6f08..afd73e744780 100644 --- a/svx/source/engine3d/scene3d.cxx +++ b/svx/source/engine3d/scene3d.cxx @@ -38,6 +38,7 @@ #include <basegfx/polygon/b2dpolypolygontools.hxx> #include <svx/e3dsceneupdater.hxx> #include <svx/svdmodel.hxx> +#include <osl/diagnose.h> namespace { diff --git a/svx/source/sdr/contact/viewcontactofe3dscene.cxx b/svx/source/sdr/contact/viewcontactofe3dscene.cxx index 4040ace8c8f6..63b031fdeb54 100644 --- a/svx/source/sdr/contact/viewcontactofe3dscene.cxx +++ b/svx/source/sdr/contact/viewcontactofe3dscene.cxx @@ -28,6 +28,7 @@ #include <drawinglayer/primitive2d/sceneprimitive2d.hxx> #include <drawinglayer/primitive3d/transformprimitive3d.hxx> #include <drawinglayer/primitive2d/sdrdecompositiontools2d.hxx> +#include <osl/diagnose.h> using namespace com::sun::star; diff --git a/svx/source/styles/ColorSets.cxx b/svx/source/styles/ColorSets.cxx index cfdeb83df442..d8c86b874336 100644 --- a/svx/source/styles/ColorSets.cxx +++ b/svx/source/styles/ColorSets.cxx @@ -10,6 +10,7 @@ #include <svx/ColorSets.hxx> +#include <optional> #include <utility> #include <unordered_set> #include <docmodel/theme/ColorSet.hxx> diff --git a/svx/source/table/tableundo.hxx b/svx/source/table/tableundo.hxx index 166d0a33a07a..e9f4cfe903e4 100644 --- a/svx/source/table/tableundo.hxx +++ b/svx/source/table/tableundo.hxx @@ -27,6 +27,7 @@ #include <svx/svdobj.hxx> #include <svx/svdundo.hxx> #include <svx/sdrobjectuser.hxx> +#include <unotools/weakref.hxx> #include <celltypes.hxx> diff --git a/svx/source/theme/ThemeColorChangerCommon.cxx b/svx/source/theme/ThemeColorChangerCommon.cxx index 446943100101..82f915fef930 100644 --- a/svx/source/theme/ThemeColorChangerCommon.cxx +++ b/svx/source/theme/ThemeColorChangerCommon.cxx @@ -10,6 +10,7 @@ #include <svx/theme/ThemeColorChangerCommon.hxx> #include <sal/config.h> +#include <editeng/colritem.hxx> #include <editeng/unoprnms.hxx> #include <docmodel/uno/UnoComplexColor.hxx> #include <docmodel/theme/ColorSet.hxx> diff --git a/svx/source/unodraw/gluepts.cxx b/svx/source/unodraw/gluepts.cxx index a0fc6a1b7b92..1547b9fed7f0 100644 --- a/svx/source/unodraw/gluepts.cxx +++ b/svx/source/unodraw/gluepts.cxx @@ -26,6 +26,7 @@ #include <cppuhelper/implbase.hxx> #include <tools/weakbase.hxx> +#include <unotools/weakref.hxx> #include <svx/svdobj.hxx> #include <svx/svdglue.hxx> |