diff options
Diffstat (limited to 'src/projections/aeqd.cpp')
| -rw-r--r-- | src/projections/aeqd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/projections/aeqd.cpp b/src/projections/aeqd.cpp index 04c3662e..a187edb7 100644 --- a/src/projections/aeqd.cpp +++ b/src/projections/aeqd.cpp @@ -30,7 +30,7 @@ #include "proj.h" #include <errno.h> #include "proj_internal.h" -#include "proj_math.h" +#include <math.h> namespace { // anonymous namespace enum Mode { |
