diff options
Diffstat (limited to 'src/PJ_urm5.c')
| -rw-r--r-- | src/PJ_urm5.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/PJ_urm5.c b/src/PJ_urm5.c index 091fe9d6..416cb866 100644 --- a/src/PJ_urm5.c +++ b/src/PJ_urm5.c @@ -1,5 +1,8 @@ #define PJ_LIB__ + #include <errno.h> +#include <math.h> + #include "proj.h" #include "projects.h" @@ -49,4 +52,3 @@ PJ *PROJECTION(urm5) { return P; } - |
