diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-01-15 23:28:23 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-01-16 14:39:39 +0100 |
| commit | 66fd99a8831955034cb25c8468ecfe1f9d3a7d62 (patch) | |
| tree | 19e2adc8809290881a6a13ec6001013d03170c7d /src/iso19111/factory.cpp | |
| parent | 2afa147d29631a1309e36418741e34f3f649b84b (diff) | |
| download | PROJ-66fd99a8831955034cb25c8468ecfe1f9d3a7d62.tar.gz PROJ-66fd99a8831955034cb25c8468ecfe1f9d3a7d62.zip | |
Address review comments for https://github.com/OSGeo/PROJ/pull/1817
Diffstat (limited to 'src/iso19111/factory.cpp')
| -rw-r--r-- | src/iso19111/factory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iso19111/factory.cpp b/src/iso19111/factory.cpp index 6345ecf4..96e62c16 100644 --- a/src/iso19111/factory.cpp +++ b/src/iso19111/factory.cpp @@ -45,7 +45,7 @@ #include "proj/internal/lru_cache.hpp" #include "proj/internal/tracing.hpp" -#include "sqlite3.hpp" +#include "sqlite3_utils.hpp" #include <cmath> #include <cstdlib> |
