diff options
Diffstat (limited to 'src/projections/eqdc.cpp')
| -rw-r--r-- | src/projections/eqdc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/projections/eqdc.cpp b/src/projections/eqdc.cpp index e050a593..83443e5b 100644 --- a/src/projections/eqdc.cpp +++ b/src/projections/eqdc.cpp @@ -5,7 +5,7 @@ #include "proj.h" #include "proj_internal.h" -#include "proj_math.h" +#include <math.h> namespace { // anonymous namespace struct pj_opaque { |
