ext/h3/src/src/h3lib/lib/polygon.c in h3-3.6.2 vs ext/h3/src/src/h3lib/lib/polygon.c in h3-3.7.1

- old
+ new

@@ -16,12 +16,14 @@ /** @file polygon.c * @brief Polygon (Geofence) algorithms */ #include "polygon.h" + #include <float.h> #include <math.h> #include <stdbool.h> + #include "bbox.h" #include "constants.h" #include "geoCoord.h" #include "h3api.h" #include "linkedGeo.h"