Merge pull request #2666

8233a24b unit_tests: fix build on windows (moneromooo-monero)
This commit is contained in:
Riccardo Spagni 2017-11-02 11:44:35 +02:00
commit 4146f2e202
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

@ -28,8 +28,8 @@
#include "gtest/gtest.h" #include "gtest/gtest.h"
#include "string_tools.h"
#include "common/util.h" #include "common/util.h"
#include "string_tools.h"
static bool check(const std::string &data, const char *expected_hash_hex) static bool check(const std::string &data, const char *expected_hash_hex)
{ {