Skip to content

Commit

Permalink
Fix fabs warning
Browse files Browse the repository at this point in the history
  • Loading branch information
zachasme committed Nov 5, 2024
1 parent 7cc8733 commit c36bb0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions h3/src/binding/indexing.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

#include <fmgr.h> // PG_FUNCTION_INFO_V1
#include <utils/geo_decls.h> // PG_GETARG_POINT_P
#include <math.h> // fabs

#include "constants.h"
#include "error.h"
Expand Down

0 comments on commit c36bb0e

Please sign in to comment.