diff options
Diffstat (limited to 'src/phi2.cpp')
| -rw-r--r-- | src/phi2.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/phi2.cpp b/src/phi2.cpp index a83302e6..afabd06e 100644 --- a/src/phi2.cpp +++ b/src/phi2.cpp @@ -2,7 +2,8 @@ #include <math.h> -#include "projects.h" +#include "proj.h" +#include "proj_internal.h" static const double TOL = 1.0e-10; static const int N_ITER = 15; |
