1
0
Fork 0
mirror of https://git.wownero.com/wownero/wownero.git synced 2024-08-15 01:03:23 +00:00

unit_tests: fix build on windows

Reported by iDunk on IRC
This commit is contained in:
moneromooo-monero 2017-10-16 09:37:51 +01:00
parent 8d511f3c24
commit 8233a24ba8
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3

View file

@ -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)
{