aboutsummaryrefslogtreecommitdiff
path: root/src/tsfn.cpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2018-12-26 14:22:34 +0100
committerEven Rouault <even.rouault@spatialys.com>2018-12-30 21:48:56 +0100
commit1b1d60e83a20412aeca3e440705df820979af03b (patch)
treea96858922bc09392b5cea01750b05115f4f3afff /src/tsfn.cpp
parentc9b32000d5fc12705bea92e6509fbedb37193012 (diff)
downloadPROJ-1b1d60e83a20412aeca3e440705df820979af03b.tar.gz
PROJ-1b1d60e83a20412aeca3e440705df820979af03b.zip
projects.h: remove deprecated XY, XYZ, LP, LPZ, UV, UVW, projUV and projUVW structures
Diffstat (limited to 'src/tsfn.cpp')
-rw-r--r--src/tsfn.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tsfn.cpp b/src/tsfn.cpp
index ea3b896d..fb299dc9 100644
--- a/src/tsfn.cpp
+++ b/src/tsfn.cpp
@@ -1,5 +1,6 @@
/* determine small t */
#include <math.h>
+#include "proj.h"
#include "projects.h"
double pj_tsfn(double phi, double sinphi, double e) {