aboutsummaryrefslogtreecommitdiff
path: root/src/PJ_comill.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/PJ_comill.c')
-rw-r--r--src/PJ_comill.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/PJ_comill.c b/src/PJ_comill.c
index ba0744c6..ce5bb392 100644
--- a/src/PJ_comill.c
+++ b/src/PJ_comill.c
@@ -7,7 +7,10 @@ Port to PROJ.4 by Bojan Savric, 4 April 2016
*/
#define PJ_LIB__
-#include "projects.h"
+
+#include <math.h>
+
+#include "projects.h"
PROJ_HEAD(comill, "Compact Miller") "\n\tCyl., Sph.";
@@ -79,5 +82,3 @@ PJ *PROJECTION(comill) {
return P;
}
-
-