From 636edb09c2dfe9f7216820b85e0cc1179b5ed2b7 Mon Sep 17 00:00:00 2001 From: bakkeby Date: Mon, 29 Mar 2021 10:26:04 +0200 Subject: [PATCH] Addressing relativeborder plus ligatures combo conflict --- hb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hb.c b/hb.c index 61fae1e..38214c2 100644 --- a/hb.c +++ b/hb.c @@ -2,9 +2,9 @@ #include #include #include +#include #include #include - #include "st.h" void hbtransformsegment(XftFont *xfont, const Glyph *string, hb_codepoint_t *codepoints, int start, int length);