From d6a3212e727f4732cda29c646e7fca51e84e78b3 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Sun, 1 Nov 2020 22:35:52 +0100 Subject: [PATCH] missing include Change-Id: I145d1719728504af1459c1fa1a010cdac9c09956 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105158 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- include/vcl/textrectinfo.hxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/vcl/textrectinfo.hxx b/include/vcl/textrectinfo.hxx index 3802187b5e35..2c212922f971 100644 --- a/include/vcl/textrectinfo.hxx +++ b/include/vcl/textrectinfo.hxx @@ -20,6 +20,9 @@ #ifndef INCLUDED_VCL_TEXTRECTINFO_HXX #define INCLUDED_VCL_TEXTRECTINFO_HXX +#include + +#include #include class OutputDevice;