Fix hb-cairo-utils
This was a stupid mistake, and hard to track down.
This commit is contained in:
parent
3573956705
commit
955bd30365
|
@ -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…
Reference in New Issue