aboutsummaryrefslogtreecommitdiff
path: root/src/PJ_igh.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/PJ_igh.c')
-rw-r--r--src/PJ_igh.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/PJ_igh.c b/src/PJ_igh.c
index bb97a8b5..23614ac5 100644
--- a/src/PJ_igh.c
+++ b/src/PJ_igh.c
@@ -1,5 +1,8 @@
#define PJ_LIB__
+
#include <errno.h>
+#include <math.h>
+
#include "projects.h"
PROJ_HEAD(igh, "Interrupted Goode Homolosine") "\n\tPCyl, Sph.";
@@ -220,5 +223,3 @@ PJ *PROJECTION(igh) {
return P;
}
-
-