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
|
* 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>
|
||||||
|
|
|
@ -27,6 +27,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <hb.h>
|
#include <hb.h>
|
||||||
|
#include <cairo.h>
|
||||||
|
|
||||||
HB_BEGIN_DECLS
|
HB_BEGIN_DECLS
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue