diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-07-02 00:51:28 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-07-01 22:51:51 +0000 |
| commit | 84ce2c9a7dc2d73dd85d74f8b6b9964cab00238c (patch) | |
| tree | 726838458802cb5f5bfaf458186df55e618a7263 | |
| parent | f062ae54e62f7461139c869438efb4b52fa9893b (diff) | |
| download | PROJ-84ce2c9a7dc2d73dd85d74f8b6b9964cab00238c.tar.gz PROJ-84ce2c9a7dc2d73dd85d74f8b6b9964cab00238c.zip | |
Merge pull request #2760 from rouault/fix_2759
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 |
