diff options
Diffstat (limited to 'src/strtod.cpp')
| -rw-r--r-- | src/strtod.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/strtod.cpp b/src/strtod.cpp index 5a360c2e..7ab271c5 100644 --- a/src/strtod.cpp +++ b/src/strtod.cpp @@ -32,7 +32,8 @@ #include <stdlib.h> #include <string.h> -#include "projects.h" +#include "proj.h" +#include "proj_internal.h" /* Windows nmake build doesn't have a proj_config.h, but HAVE_LOCALECONV */ /* is defined in the compilation line */ |
