Skip to content

Commit

Permalink
Fix tests build using latest MinGW
Browse files Browse the repository at this point in the history
  • Loading branch information
rikyoz committed Jan 4, 2025
1 parent bd38342 commit 2ee904c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/src/test_bit7zlibrary.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
#include <bit7z/bitexception.hpp>
#include <bit7z/bittypes.hpp>

#ifdef _WIN32
#include <cstring> // For std::strncmp
#endif
#include <system_error>

namespace bit7z {
Expand Down

0 comments on commit 2ee904c

Please sign in to comment.