Fix hb-cairo-utils

This was a stupid mistake, and hard to track down.
This commit is contained in:
Matthias Clasen 2022-12-18 14:55:56 -05:00 committed by Behdad Esfahbod
parent 3573956705
commit 955bd30365
2 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,8 @@
* Google Author(s): Matthias Clasen * Google Author(s): Matthias Clasen
*/ */
#include "hb-cairo-utils.h"
#include <cairo.h> #include <cairo.h>
#include <hb-ot.h> #include <hb-ot.h>
#include <string.h> #include <string.h>

View File

@ -27,6 +27,7 @@
#pragma once #pragma once
#include <hb.h> #include <hb.h>
#include <cairo.h>
HB_BEGIN_DECLS HB_BEGIN_DECLS