aboutsummaryrefslogtreecommitdiff
path: root/src/gie.c
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2018-04-23 14:17:37 +0200
committerGitHub <noreply@github.com>2018-04-23 14:17:37 +0200
commit93db7b7b16f8904e23a7516079708ec82977fad3 (patch)
treea02f038f3c058ad01d5514c0d1d10a886bc2f56f /src/gie.c
parente833dbb8d8d5df290bc76bd1d757bf36b62ecf49 (diff)
parent6f640d76e13cb643574b44b7498d51ecff6fb83e (diff)
downloadPROJ-93db7b7b16f8904e23a7516079708ec82977fad3.tar.gz
PROJ-93db7b7b16f8904e23a7516079708ec82977fad3.zip
Merge pull request #937 from kbevers/c99-math-module
Collect custom C99 math functions in proj_math.h
Diffstat (limited to 'src/gie.c')
-rw-r--r--src/gie.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gie.c b/src/gie.c
index 3831a8f1..b81e6bdc 100644
--- a/src/gie.c
+++ b/src/gie.c
@@ -114,6 +114,7 @@ Thomas Knudsen, thokn@sdfe.dk, 2017-10-01/2017-10-08
#include "proj.h"
#include "proj_internal.h"
+#include "proj_math.h"
#include "projects.h"
#include "optargpm.h"