aboutsummaryrefslogtreecommitdiff
path: root/src/proj_mdist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/proj_mdist.cpp')
-rw-r--r--src/proj_mdist.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/proj_mdist.cpp b/src/proj_mdist.cpp
index e3f0f5c6..d15a692c 100644
--- a/src/proj_mdist.cpp
+++ b/src/proj_mdist.cpp
@@ -32,7 +32,8 @@
#include <math.h>
#include <stdlib.h>
-#include "projects.h"
+#include "proj.h"
+#include "proj_internal.h"
#define MAX_ITER 20
#define TOL 1e-14