mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-22 23:42:24 +00:00
unit_tests: fix build on windows
Reported by iDunk on IRC
This commit is contained in:
parent
8d511f3c24
commit
8233a24ba8
1 changed files with 1 additions and 1 deletions
|
@ -28,8 +28,8 @@
|
|||
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
#include "string_tools.h"
|
||||
#include "common/util.h"
|
||||
#include "string_tools.h"
|
||||
|
||||
static bool check(const std::string &data, const char *expected_hash_hex)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue