aboutsummaryrefslogtreecommitdiff
path: root/src/msfn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/msfn.cpp')
-rw-r--r--src/msfn.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/msfn.cpp b/src/msfn.cpp
index 999e73a7..74506317 100644
--- a/src/msfn.cpp
+++ b/src/msfn.cpp
@@ -1,6 +1,7 @@
/* determine constant small m */
#include <math.h>
-#include "projects.h"
+#include "proj.h"
+#include "proj_internal.h"
double
pj_msfn(double sinphi, double cosphi, double es) {
return (cosphi / sqrt (1. - es * sinphi * sinphi));