tfussell / xlnt

:bar_chart: Cross-platform user-friendly xlsx library for C++11+
Other
1.43k stars 402 forks source link

Add include <cstdint> to fix uint32_t etc. #741

Open mfsv opened 2 weeks ago

mfsv commented 2 weeks ago

The existing implementation relied on implicit inclusion of cstdint which is not a given on all platforms. Therefore, cstdint needs to be included explicitly.

Taken from the following vcpkg patch:

From 72052b959219be81605e9694df82491b12423e36 Mon Sep 17 00:00:00 2001 From: chris x23@startracer.co.uk Date: Sat, 24 Feb 2024 21:56:27 +0000 Subject: [PATCH] fix uint32_t