From bcd14d2b8b55669b19fc1697caedffaebb0f58a4 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 16 Dec 2021 08:12:24 -0500 Subject: Add a missing include This was breaking the build on some macOs versions. Fixes: #640 --- pango/json/gtkjsonparser.c | 1 + 1 file changed, 1 insertion(+) diff --git a/pango/json/gtkjsonparser.c b/pango/json/gtkjsonparser.c index 10985bb2..0599d8f1 100644 --- a/pango/json/gtkjsonparser.c +++ b/pango/json/gtkjsonparser.c @@ -22,6 +22,7 @@ #include "gtkjsonparserprivate.h" #include +#include typedef struct _GtkJsonBlock GtkJsonBlock; -- cgit v1.2.1