Skip to content

Commit 8a16c0c

Browse files
authored
Merge pull request #4749 from OSGeo/backport-4748-to-9.8
[Backport 9.8] grids: Add a missing memory inclide for std::make_unique
2 parents 098ac4c + 615eabc commit 8a16c0c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/grids.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
#include <cstdint>
4747
#include <cstring>
4848
#include <limits>
49+
#include <memory>
4950

5051
NS_PROJ_START
5152

0 commit comments

Comments
 (0)