diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-03-26 18:27:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-26 18:27:30 +0100 |
| commit | 4754220ec8e3febd3d96e8096df8291c7a78fdb1 (patch) | |
| tree | f88f035bf42d64c4007964d3a0282cf55652914c /test/unit/proj_errno_string_test.cpp | |
| parent | 63ad4942ef496be4c1f5e25ba55aae87cae96200 (diff) | |
| parent | b4bbcc3f264602bb4b58a5c703cc220ed404d127 (diff) | |
| download | PROJ-4754220ec8e3febd3d96e8096df8291c7a78fdb1.tar.gz PROJ-4754220ec8e3febd3d96e8096df8291c7a78fdb1.zip | |
Merge pull request #1356 from cjmayo/pj_strerrno
pj_strerrno: enable system error messages
Diffstat (limited to 'test/unit/proj_errno_string_test.cpp')
| -rw-r--r-- | test/unit/proj_errno_string_test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/proj_errno_string_test.cpp b/test/unit/proj_errno_string_test.cpp index dcdff5c4..a592b31f 100644 --- a/test/unit/proj_errno_string_test.cpp +++ b/test/unit/proj_errno_string_test.cpp @@ -29,6 +29,7 @@ #include <cstring> #include "proj.h" +#include "proj_config.h" #include "gtest_include.h" |
