summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-11-01 22:35:52 +0100
committerStephan Bergmann <sbergman@redhat.com>2020-11-02 10:05:04 +0100
commitd6a3212e727f4732cda29c646e7fca51e84e78b3 (patch)
treebdc0ac790eeaa1e86670bf668e2fe359bb616bda /include/vcl
parenta0eab90bd1f7fc31978da3f7be0ec86781baf8bc (diff)
missing include
Change-Id: I145d1719728504af1459c1fa1a010cdac9c09956 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105158 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/textrectinfo.hxx3
1 files changed, 3 insertions, 0 deletions
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 <sal/config.h>
+
+#include <tools/long.hxx>
#include <vcl/dllapi.h>
class OutputDevice;