urbackup_backend/blockalign_src
Michael Jones e286d70137
include <cstdint> in blockalign_src to provide uintptr_t
On my system, compiling urbackup-client causes error 

```
blockalign_src/crc.cpp: In function ‘bool cryptopp_crc::IsAlignedOn(const void*, unsigned int)’:
blockalign_src/crc.cpp:191:23: error: ‘uintptr_t’ does not name a type
  191 |                 const uintptr_t x = reinterpret_cast<uintptr_t>(ptr);
```

This change fixes this error
2024-03-09 12:42:14 -06:00
..
blockalign.vcxproj Upgrade to Visual Studio 2019 2020-02-04 23:15:26 +01:00
blockalign.vcxproj.filters Add blockalign tool 2019-08-07 20:59:46 +02:00
crc32c-adler.cpp Add blockalign tool 2019-08-07 20:59:46 +02:00
crc32c-adler.h Add blockalign tool 2019-08-07 20:59:46 +02:00
crc.cpp include <cstdint> in blockalign_src to provide uintptr_t 2024-03-09 12:42:14 -06:00
crc.h Compile fix for crc.h 2024-01-20 13:40:54 -06:00
main.cpp Replace NULL with nullptr 2021-06-20 20:58:50 +02:00