Skip to content

Commit

Permalink
Merge pull request uroni#98 from jonesmz/patch-1
Browse files Browse the repository at this point in the history
include <cstdint> in blockalign_src to provide uintptr_t
  • Loading branch information
uroni authored Mar 17, 2024
2 parents 0e53eae + e286d70 commit 90da741
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions blockalign_src/crc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 90da741

Please sign in to comment.