From 955bd30365d8bb7998515e0714c3aec94e284440 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 18 Dec 2022 14:55:56 -0500 Subject: [PATCH] Fix hb-cairo-utils This was a stupid mistake, and hard to track down. --- util/hb-cairo-utils.c | 2 ++ util/hb-cairo-utils.h | 1 + 2 files changed, 3 insertions(+) diff --git a/util/hb-cairo-utils.c b/util/hb-cairo-utils.c index 871705466..4005cb19f 100644 --- a/util/hb-cairo-utils.c +++ b/util/hb-cairo-utils.c @@ -24,6 +24,8 @@ * Google Author(s): Matthias Clasen */ +#include "hb-cairo-utils.h" + #include #include #include diff --git a/util/hb-cairo-utils.h b/util/hb-cairo-utils.h index 9d353be67..ddff56839 100644 --- a/util/hb-cairo-utils.h +++ b/util/hb-cairo-utils.h @@ -27,6 +27,7 @@ #pragma once #include +#include HB_BEGIN_DECLS