[Libreoffice-commits] core.git: include/vcl

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Mon Nov 2 09:05:47 UTC 2020


 include/vcl/textrectinfo.hxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit d6a3212e727f4732cda29c646e7fca51e84e78b3
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Sun Nov 1 22:35:52 2020 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Mon Nov 2 10:05:04 2020 +0100

    missing include
    
    Change-Id: I145d1719728504af1459c1fa1a010cdac9c09956
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105158
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

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;
 


More information about the Libreoffice-commits mailing list