Skip to content

Commit

Permalink
[fix] windows mingw build
Browse files Browse the repository at this point in the history
  • Loading branch information
olegator77 committed Sep 16, 2019
1 parent c5b637c commit 2017ac0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp_src/vendor/hash/md5.cc
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
#ifdef __APPLE__
#include <machine/endian.h>
#else //__APPLE__
#ifndef _MSC_VER
#ifndef _WIN32
#include <endian.h>
#endif // _MSC_VER
#endif // _WIN32
#endif //__APPLE__

/// same as reset()
Expand Down

0 comments on commit 2017ac0

Please sign in to comment.