diff options
Diffstat (limited to 'include/drawinglayer/primitive2d/textlayoutdevice.hxx')
-rw-r--r-- | include/drawinglayer/primitive2d/textlayoutdevice.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drawinglayer/primitive2d/textlayoutdevice.hxx b/include/drawinglayer/primitive2d/textlayoutdevice.hxx index 5eb70003d0d4..7aacceeef7fd 100644 --- a/include/drawinglayer/primitive2d/textlayoutdevice.hxx +++ b/include/drawinglayer/primitive2d/textlayoutdevice.hxx @@ -25,6 +25,7 @@ #include <drawinglayer/primitive2d/textenumsprimitive2d.hxx> #include <vector> #include <basegfx/polygon/b2dpolypolygon.hxx> +#include <vcl/kernarray.hxx> #include <vcl/svapp.hxx> #include <tools/fontenum.hxx> #include <span> @@ -34,7 +35,6 @@ class VirtualDevice; class GDIMetaFile; enum class DrawTextFlags; class SalLayout; -class KernArray; namespace vcl { class Font; |