diff options
Diffstat (limited to 'src/PJ_poly.c')
| -rw-r--r-- | src/PJ_poly.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/PJ_poly.c b/src/PJ_poly.c index 7cf8bce1..03fa84a4 100644 --- a/src/PJ_poly.c +++ b/src/PJ_poly.c @@ -1,5 +1,8 @@ #define PJ_LIB__ + #include <errno.h> +#include <math.h> + #include "proj.h" #include "projects.h" @@ -163,4 +166,3 @@ PJ *PROJECTION(poly) { return P; } - |
