From 3817bdfd7f2747519024213aa0a26fdfdd27b293 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 1 Jun 2022 12:35:03 -0600 Subject: [PATCH] [hb.hh] Include hb-cplusplus.hh --- src/hb.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hb.hh b/src/hb.hh index 2e0bdbdb3..14872e2a4 100644 --- a/src/hb.hh +++ b/src/hb.hh @@ -469,6 +469,7 @@ static_assert ((sizeof (hb_var_int_t) == 4), ""); /* Headers we include for everyone. Keep topologically sorted by dependency. * They express dependency amongst themselves, but no other file should include * them directly.*/ +#include "hb-cplusplus.hh" #include "hb-meta.hh" #include "hb-mutex.hh" #include "hb-number.hh"