aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2018-12-04 17:30:11 +0200
committerRiccardo Spagni <ric@spagni.net>2018-12-04 17:30:11 +0200
commite799fc87ae7c0dfc44e26f58a6722e2779fccdf5 (patch)
tree7d100d4de2e14871bf5b713528fb53113d213265 /tests
parentMerge pull request #4880 (diff)
parentepee: fix network packet header field endianness (diff)
downloadmonero-e799fc87ae7c0dfc44e26f58a6722e2779fccdf5.tar.xz
Merge pull request #4866
9c923bad epee: fix network packet header field endianness (moneromooo-monero) ec1a62b5 move int-util.h to epee (moneromooo-monero)
Diffstat (limited to 'tests')
-rw-r--r--tests/unit_tests/mul_div.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit_tests/mul_div.cpp b/tests/unit_tests/mul_div.cpp
index 8408d0da1..768b95d4b 100644
--- a/tests/unit_tests/mul_div.cpp
+++ b/tests/unit_tests/mul_div.cpp
@@ -30,7 +30,7 @@
#include "gtest/gtest.h"
-#include "common/int-util.h"
+#include "int-util.h"
namespace
{