aboutsummaryrefslogtreecommitdiff
path: root/src/proj_mdist.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/proj_mdist.c
parentae40f8d2e407d98b75973dcbe4eb4cf5d3cb87a3 (diff)
downloadPROJ-1e8824517900d37232468b9e3d7f3724e7ffa786.tar.gz
PROJ-1e8824517900d37232468b9e3d7f3724e7ffa786.zip
IWYU: Partial PJ_natearth.c..rtodms.c
Diffstat (limited to 'src/proj_mdist.c')
-rw-r--r--src/proj_mdist.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/proj_mdist.c b/src/proj_mdist.c
index 02d9ebee..777f704d 100644
--- a/src/proj_mdist.c
+++ b/src/proj_mdist.c
@@ -28,7 +28,12 @@
** Precision commensurate with double precision.
*/
#define PJ_LIB__
+
+#include <math.h>
+#include <stdlib.h>
+
#include "projects.h"
+
#define MAX_ITER 20
#define TOL 1e-14