vcl/quartz/salgdi.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 4791c04c06711320a83b02b99a7fb7635fabd48e
Author:     Stephan Bergmann <stephan.bergm...@allotropia.de>
AuthorDate: Tue Jan 30 09:58:11 2024 +0100
Commit:     Stephan Bergmann <stephan.bergm...@allotropia.de>
CommitDate: Tue Jan 30 12:15:48 2024 +0100

    Missing include (incomplete type 'AquaSalGraphics')
    
    (no idea why that only started to hit me now)
    
    Change-Id: I4438af3279f71335bd4644dbd17f4fbeb7296e3e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162735
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <stephan.bergm...@allotropia.de>

diff --git a/vcl/quartz/salgdi.cxx b/vcl/quartz/salgdi.cxx
index 0522ff8d58e7..fd81f1a04512 100644
--- a/vcl/quartz/salgdi.cxx
+++ b/vcl/quartz/salgdi.cxx
@@ -66,6 +66,7 @@
 #include <quartz/SystemFontList.hxx>
 #include <quartz/CoreTextFont.hxx>
 #include <quartz/CoreTextFontFace.hxx>
+#include <quartz/salgdi.h>
 
 using namespace vcl;
 
  • core.git: vcl/quartz Christian Lohmaier (via logerrit)
    • core.git: vcl/quartz Stephan Bergmann (via logerrit)

Reply via email to