diff options
| author | Kurt Schwehr <schwehr@google.com> | 2018-05-14 00:16:05 -0700 |
|---|---|---|
| committer | Kurt Schwehr <schwehr@google.com> | 2018-05-14 00:16:05 -0700 |
| commit | 74d082a5360b4939fcbc54fb18382b723771cafe (patch) | |
| tree | 3a0f8356c555fc54c5f2fe03f2d5e0e9eb1c6cc1 /src/PJ_cc.c | |
| parent | 03011fb2989c49d938b784683a620409d5ed5779 (diff) | |
| download | PROJ-74d082a5360b4939fcbc54fb18382b723771cafe.tar.gz PROJ-74d082a5360b4939fcbc54fb18382b723771cafe.zip | |
Partial changes for IWYU
Diffstat (limited to 'src/PJ_cc.c')
| -rw-r--r-- | src/PJ_cc.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/PJ_cc.c b/src/PJ_cc.c index 4f41e3e1..152e6e4a 100644 --- a/src/PJ_cc.c +++ b/src/PJ_cc.c @@ -1,4 +1,7 @@ #define PJ_LIB__ + +#include <math.h> + #include "proj.h" #include "projects.h" @@ -36,5 +39,3 @@ PJ *PROJECTION(cc) { return P; } - - |
