diff options
Diffstat (limited to 'src/projections/ccon.cpp')
| -rw-r--r-- | src/projections/ccon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/projections/ccon.cpp b/src/projections/ccon.cpp index e2312c0d..df995f21 100644 --- a/src/projections/ccon.cpp +++ b/src/projections/ccon.cpp @@ -24,7 +24,7 @@ #include <errno.h> #include "proj.h" #include "proj_internal.h" -#include "proj_math.h" +#include <math.h> #define EPS10 1e-10 |
