[style] Try harder to fix MSVC build

https://docs.microsoft.com/en-us/cpp/c-runtime-library/math-constants?view=msvc-160
diff --git a/src/hb-style.cc b/src/hb-style.cc
index 6e27b59..35871de 100644
--- a/src/hb-style.cc
+++ b/src/hb-style.cc
@@ -26,6 +26,7 @@
 
 #ifndef HB_NO_STYLE
 
+#define _USE_MATH_DEFINES
 #include <math.h>
 
 #include "hb-ot-var-avar-table.hh"