diff options
| author | Kurt Schwehr <schwehr@google.com> | 2018-05-15 00:02:49 -0700 |
|---|---|---|
| committer | Kurt Schwehr <schwehr@google.com> | 2018-05-15 00:02:49 -0700 |
| commit | 08c91d2c3231b5603602b748be4f9a2e842ffafa (patch) | |
| tree | 16d55cf9388f0a1ab5b4e0dea1847d75ad617378 /src/PJ_august.c | |
| parent | 6284d19e1d2efdc60fd3752187c275e345ab423b (diff) | |
| download | PROJ-08c91d2c3231b5603602b748be4f9a2e842ffafa.tar.gz PROJ-08c91d2c3231b5603602b748be4f9a2e842ffafa.zip | |
IWYU: Partial PJ_aitoff.c..PJ_goode.c
Diffstat (limited to 'src/PJ_august.c')
| -rw-r--r-- | src/PJ_august.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/PJ_august.c b/src/PJ_august.c index ba9ea5cd..4c197114 100644 --- a/src/PJ_august.c +++ b/src/PJ_august.c @@ -1,6 +1,8 @@ #define PJ_LIB__ -#include "projects.h" +#include <math.h> + +#include "projects.h" PROJ_HEAD(august, "August Epicycloidal") "\n\tMisc Sph, no inv."; #define M 1.333333333333333 @@ -30,4 +32,3 @@ PJ *PROJECTION(august) { P->es = 0.; return P; } - |
