diff options
Diffstat (limited to 'src/PJ_tcc.c')
| -rw-r--r-- | src/PJ_tcc.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/PJ_tcc.c b/src/PJ_tcc.c index c355a602..14255325 100644 --- a/src/PJ_tcc.c +++ b/src/PJ_tcc.c @@ -1,4 +1,7 @@ #define PJ_LIB__ + +#include <math.h> + #include "proj.h" #include "projects.h" @@ -29,4 +32,3 @@ PJ *PROJECTION(tcc) { return P; } - |
