summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/TextLayoutCache.hxx2
-rw-r--r--vcl/source/gdi/CommonSalLayout.cxx1
2 files changed, 2 insertions, 1 deletions
diff --git a/vcl/inc/TextLayoutCache.hxx b/vcl/inc/TextLayoutCache.hxx
index 46e5c80dc320..304c6d51ebfb 100644
--- a/vcl/inc/TextLayoutCache.hxx
+++ b/vcl/inc/TextLayoutCache.hxx
@@ -25,7 +25,7 @@
#include <vcl/dllapi.h>
-#include <hb-icu.h>
+#include <unicode/uscript.h>
#include <vector>
diff --git a/vcl/source/gdi/CommonSalLayout.cxx b/vcl/source/gdi/CommonSalLayout.cxx
index 324b6fb48b07..c3b8fab84595 100644
--- a/vcl/source/gdi/CommonSalLayout.cxx
+++ b/vcl/source/gdi/CommonSalLayout.cxx
@@ -39,6 +39,7 @@
#include <unicode/uchar.h>
#include <hb-ot.h>
#include <hb-graphite2.h>
+#include <hb-icu.h>
#include <memory>