diff options
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/pointersymbol.cxx | 1 | ||||
-rw-r--r-- | slideshow/source/engine/slideoverlaybutton.cxx | 1 | ||||
-rw-r--r-- | slideshow/source/engine/waitsymbol.cxx | 1 | ||||
-rw-r--r-- | slideshow/test/testview.cxx | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/slideshow/source/engine/pointersymbol.cxx b/slideshow/source/engine/pointersymbol.cxx index 00832a4edf26..44f31d5129ee 100644 --- a/slideshow/source/engine/pointersymbol.cxx +++ b/slideshow/source/engine/pointersymbol.cxx @@ -23,6 +23,7 @@ #include <cppcanvas/customsprite.hxx> #include <basegfx/point/b2dpoint.hxx> +#include <basegfx/vector/b2dsize.hxx> #include <basegfx/vector/b2dvector.hxx> #include <com/sun/star/rendering/XCanvas.hpp> diff --git a/slideshow/source/engine/slideoverlaybutton.cxx b/slideshow/source/engine/slideoverlaybutton.cxx index c6b92aa975f2..bff6bc052ac0 100644 --- a/slideshow/source/engine/slideoverlaybutton.cxx +++ b/slideshow/source/engine/slideoverlaybutton.cxx @@ -24,6 +24,7 @@ #include <canvas/canvastools.hxx> #include <cppcanvas/customsprite.hxx> +#include <basegfx/vector/b2dsize.hxx> #include <basegfx/vector/b2dvector.hxx> #include <comphelper/diagnose_ex.hxx> diff --git a/slideshow/source/engine/waitsymbol.cxx b/slideshow/source/engine/waitsymbol.cxx index bbeda8eac558..2810dcf8e741 100644 --- a/slideshow/source/engine/waitsymbol.cxx +++ b/slideshow/source/engine/waitsymbol.cxx @@ -23,6 +23,7 @@ #include <cppcanvas/customsprite.hxx> #include <basegfx/point/b2dpoint.hxx> +#include <basegfx/vector/b2dsize.hxx> #include <basegfx/vector/b2dvector.hxx> #include <com/sun/star/rendering/XCanvas.hpp> diff --git a/slideshow/test/testview.cxx b/slideshow/test/testview.cxx index cb2ad820129c..cd81ccce70d5 100644 --- a/slideshow/test/testview.cxx +++ b/slideshow/test/testview.cxx @@ -26,6 +26,7 @@ #include <basegfx/matrix/b2dhommatrix.hxx> #include <basegfx/range/b1drange.hxx> #include <basegfx/polygon/b2dpolypolygon.hxx> +#include <basegfx/vector/b2dsize.hxx> #include "tests.hxx" #include <view.hxx> |