aboutsummaryrefslogtreecommitdiff
path: root/src/PJ_urmfps.c
diff options
context:
space:
mode:
authorKurt Schwehr <schwehr@google.com>2018-05-15 13:42:20 -0700
committerKurt Schwehr <schwehr@google.com>2018-05-15 13:42:20 -0700
commit1e8824517900d37232468b9e3d7f3724e7ffa786 (patch)
tree832a1a4c344cad4d4edfbea9b84adddd63e0001e /src/PJ_urmfps.c
parentae40f8d2e407d98b75973dcbe4eb4cf5d3cb87a3 (diff)
downloadPROJ-1e8824517900d37232468b9e3d7f3724e7ffa786.tar.gz
PROJ-1e8824517900d37232468b9e3d7f3724e7ffa786.zip
IWYU: Partial PJ_natearth.c..rtodms.c
Diffstat (limited to 'src/PJ_urmfps.c')
-rw-r--r--src/PJ_urmfps.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/PJ_urmfps.c b/src/PJ_urmfps.c
index bbceab51..5749059b 100644
--- a/src/PJ_urmfps.c
+++ b/src/PJ_urmfps.c
@@ -1,5 +1,8 @@
#define PJ_LIB__
+
#include <errno.h>
+#include <math.h>
+
#include "proj.h"
#include "projects.h"
@@ -69,4 +72,3 @@ PJ *PROJECTION(wag1) {
P->opaque->n = 0.8660254037844386467637231707;
return setup(P);
}
-