summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <stephan.bergmann@allotropia.de>2024-01-30 09:58:11 +0100
committerStephan Bergmann <stephan.bergmann@allotropia.de>2024-01-30 12:15:48 +0100
commit4791c04c06711320a83b02b99a7fb7635fabd48e (patch)
treef08eb619c209dfb044b15622c5c47a71cbe1367d
parente2ac593f06d7fc4f0b8f65524a058cd37a044d88 (diff)
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.bergmann@allotropia.de>
-rw-r--r--vcl/quartz/salgdi.cxx1
1 files changed, 1 insertions, 0 deletions
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;