Merge pull request #98 from jonesmz/patch-1

include <cstdint> in blockalign_src to provide uintptr_t
This commit is contained in:
Martin Raiber 2024-03-17 11:43:39 +01:00 committed by GitHub
commit 90da741a3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,6 +6,8 @@
#include <setjmp.h>
#endif
#include <cstdint> // for uintptr_t data type
// Visual Studio needs VS2008 (1500)
// http://msdn.microsoft.com/en-us/library/bb531394%28v=vs.90%29.aspx
#if defined(_MSC_VER) && (_MSC_VER < 1500)