kazuho / picohash

header-file-only implementation of various hash algorithms
89 stars 11 forks source link

Only include endian.h if available. Fixes #4. #6

Closed GlitchedPolygons closed 2 years ago

GlitchedPolygons commented 3 years ago

endian.h is not available on Windows. Just not including it fixes the issue #4 in this case. This doesn't affect functionality in any way.