aboutsummaryrefslogtreecommitdiff
path: root/src/PJ_fahey.c
diff options
context:
space:
mode:
authorKurt Schwehr <schwehr@google.com>2018-05-15 00:02:49 -0700
committerKurt Schwehr <schwehr@google.com>2018-05-15 00:02:49 -0700
commit08c91d2c3231b5603602b748be4f9a2e842ffafa (patch)
tree16d55cf9388f0a1ab5b4e0dea1847d75ad617378 /src/PJ_fahey.c
parent6284d19e1d2efdc60fd3752187c275e345ab423b (diff)
downloadPROJ-08c91d2c3231b5603602b748be4f9a2e842ffafa.tar.gz
PROJ-08c91d2c3231b5603602b748be4f9a2e842ffafa.zip
IWYU: Partial PJ_aitoff.c..PJ_goode.c
Diffstat (limited to 'src/PJ_fahey.c')
-rw-r--r--src/PJ_fahey.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/PJ_fahey.c b/src/PJ_fahey.c
index 90ed691f..18be5ea0 100644
--- a/src/PJ_fahey.c
+++ b/src/PJ_fahey.c
@@ -1,4 +1,7 @@
#define PJ_LIB__
+
+#include <math.h>
+
#include "projects.h"
PROJ_HEAD(fahey, "Fahey") "\n\tPcyl, Sph.";
@@ -36,4 +39,3 @@ PJ *PROJECTION(fahey) {
return P;
}
-