[config] Add dependency

This commit is contained in:
Behdad Esfahbod 2019-06-26 13:38:14 -07:00
parent b0fd16eec6
commit 2804790bce
1 changed files with 4 additions and 0 deletions

View File

@ -30,6 +30,10 @@
#ifndef HB_NO_OT_SHAPE
#ifdef HB_NO_OT_LAYOUT
#error "Cannot compile 'ot' shaper with HB_NO_OT_LAYOUT."
#endif
#include "hb-shaper-impl.hh"
#include "hb-ot-shape.hh"