Add <cstdint> include to allow build with GCC 13

This commit is contained in:
Pavel Kalian 2023-05-09 21:39:12 -03:00 committed by GitHub
parent 88e927d230
commit ec817d8ec8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,6 +25,7 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <cstdint>
#include <shapefil.h>
#include <iostream>
#include <limits>