diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-07-03 14:00:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-03 14:00:33 +0200 |
| commit | 1e4b38675b2170ccbfeec5d47cdb91cd2160c54d (patch) | |
| tree | 726838458802cb5f5bfaf458186df55e618a7263 | |
| parent | f062ae54e62f7461139c869438efb4b52fa9893b (diff) | |
| parent | 84ce2c9a7dc2d73dd85d74f8b6b9964cab00238c (diff) | |
| download | PROJ-1e4b38675b2170ccbfeec5d47cdb91cd2160c54d.tar.gz PROJ-1e4b38675b2170ccbfeec5d47cdb91cd2160c54d.zip | |
Merge pull request #2761 from OSGeo/backport-2760-to-8.1
[Backport 8.1] test_factory.cpp: fix build, in particular on Alpine Edge (fixes #2759)
| -rw-r--r-- | test/unit/test_factory.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/unit/test_factory.cpp b/test/unit/test_factory.cpp index 98549915..a60296d1 100644 --- a/test/unit/test_factory.cpp +++ b/test/unit/test_factory.cpp @@ -39,6 +39,8 @@ #include "proj/metadata.hpp" #include "proj/util.hpp" +#include <algorithm> + #include <sqlite3.h> #ifdef _MSC_VER |
