mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-14 17:13:40 +00:00
Fix hb-cairo-utils
This was a stupid mistake, and hard to track down.
This commit is contained in:
parent
3573956705
commit
955bd30365
2 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,8 @@
|
|||
* Google Author(s): Matthias Clasen
|
||||
*/
|
||||
|
||||
#include "hb-cairo-utils.h"
|
||||
|
||||
#include <cairo.h>
|
||||
#include <hb-ot.h>
|
||||
#include <string.h>
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <hb.h>
|
||||
#include <cairo.h>
|
||||
|
||||
HB_BEGIN_DECLS
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue