Skip to content

Commit b020c79

Browse files
authored
cpl_vsi_mem.cpp: Add include for std::strtoll. (#12174)
At least one config/platform needs `#include <cstdlib>`.
1 parent ea7eb56 commit b020c79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

port/cpl_vsi_mem.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
#include <cerrno>
1919
#include <cstddef>
20+
#include <cstdlib>
2021
#include <cstring>
2122
#include <ctime>
2223
#if HAVE_FCNTL_H

0 commit comments

Comments
 (0)