diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-11-02 11:44:35 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-11-02 11:44:36 +0200 |
commit | 4146f2e202206e7c5e288a47254e6ea055dc686d (patch) | |
tree | 477554d42188c0f0a6fed61ca0b110e9290c2b1b /tests | |
parent | Merge pull request #2689 (diff) | |
parent | unit_tests: fix build on windows (diff) | |
download | monero-4146f2e202206e7c5e288a47254e6ea055dc686d.tar.xz |
Merge pull request #2666
8233a24b unit_tests: fix build on windows (moneromooo-monero)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit_tests/sha256.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit_tests/sha256.cpp b/tests/unit_tests/sha256.cpp index f4ad39466..0d657a1a9 100644 --- a/tests/unit_tests/sha256.cpp +++ b/tests/unit_tests/sha256.cpp @@ -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) { |