diff options
Diffstat (limited to 'src/PJ_hatano.c')
| -rw-r--r-- | src/PJ_hatano.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/PJ_hatano.c b/src/PJ_hatano.c index 985bf0cc..4e852888 100644 --- a/src/PJ_hatano.c +++ b/src/PJ_hatano.c @@ -1,4 +1,7 @@ #define PJ_LIB__ + +#include <math.h> + #include "proj.h" #include "projects.h" @@ -78,4 +81,3 @@ PJ *PROJECTION(hatano) { return P; } - |
