From d748586a186826e8e09ddf290a064f84ff5619e6 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Sat, 11 Sep 2021 01:11:55 +0200 Subject: [PATCH] [style] Try harder to fix MSVC build https://docs.microsoft.com/en-us/cpp/c-runtime-library/math-constants?view=msvc-160 --- src/hb-style.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hb-style.cc b/src/hb-style.cc index 6e27b5972..35871dead 100644 --- a/src/hb-style.cc +++ b/src/hb-style.cc @@ -26,6 +26,7 @@ #ifndef HB_NO_STYLE +#define _USE_MATH_DEFINES #include #include "hb-ot-var-avar-table.hh"