mirror of
https://github.com/uroni/urbackup_backend.git
synced 2025-10-26 11:36:50 +00:00
Merge pull request #98 from jonesmz/patch-1
include <cstdint> in blockalign_src to provide uintptr_t
This commit is contained in:
commit
90da741a3c
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user