From 85d4b15cd88ce9a6ffccccf90300f9c184166058 Mon Sep 17 00:00:00 2001 From: Michiharu Ariza Date: Tue, 4 Dec 2018 22:30:33 -0800 Subject: [PATCH] include float.h --- src/hb-cff-interp-dict-common.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hb-cff-interp-dict-common.hh b/src/hb-cff-interp-dict-common.hh index 62c87e9..ace91be 100644 --- a/src/hb-cff-interp-dict-common.hh +++ b/src/hb-cff-interp-dict-common.hh @@ -28,6 +28,7 @@ #include "hb-cff-interp-common.hh" #include +#include namespace CFF { -- 2.7.4