diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-07-02 00:51:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-02 00:51:28 +0200 |
| commit | 0c9a7bb22c75229a296b8125bc486531fab8a223 (patch) | |
| tree | d2004a6d74d817ada9ddcb7910ac39cae4a5ae9c | |
| parent | d41c10c9e1e787a521a3841605a2e6024649eb3f (diff) | |
| parent | fc983b6e3343ba4d52fd0a889bb6bbf6f143f417 (diff) | |
| download | PROJ-0c9a7bb22c75229a296b8125bc486531fab8a223.tar.gz PROJ-0c9a7bb22c75229a296b8125bc486531fab8a223.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 |
