aboutsummaryrefslogtreecommitdiff
path: root/src/PJ_geos.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/PJ_geos.c')
-rw-r--r--src/PJ_geos.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/PJ_geos.c b/src/PJ_geos.c
index 774a34a9..0eb25610 100644
--- a/src/PJ_geos.c
+++ b/src/PJ_geos.c
@@ -29,6 +29,9 @@
#define PJ_LIB__
#include <errno.h>
+#include <math.h>
+#include <stddef.h>
+
#include "proj.h"
#include "projects.h"
#include "proj_math.h"
@@ -231,5 +234,3 @@ PJ *PROJECTION(geos) {
return P;
}
-
-