aboutsummaryrefslogtreecommitdiff
path: root/tests/hash-target.cpp
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-02-11 00:20:40 +0200
committerRiccardo Spagni <ric@spagni.net>2017-02-11 00:20:41 +0200
commitd1b31c0f45168b1481f64a97653fd7fd8b95c661 (patch)
tree40066ffa7c7afb28907291c93863d8cfdb14920c /tests/hash-target.cpp
parentMerge pull request #1679 (diff)
parentextract some basic code from libcryptonote_core into libcryptonote_basic (diff)
downloadmonero-d1b31c0f45168b1481f64a97653fd7fd8b95c661.tar.xz
Merge pull request #1626
8027ce0c extract some basic code from libcryptonote_core into libcryptonote_basic (kenshi84)
Diffstat (limited to '')
-rw-r--r--tests/hash-target.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hash-target.cpp b/tests/hash-target.cpp
index aeb6688bc..de3a8df2c 100644
--- a/tests/hash-target.cpp
+++ b/tests/hash-target.cpp
@@ -33,7 +33,7 @@
#include <cstring>
#include <limits>
#include "crypto/hash.h"
-#include "cryptonote_core/difficulty.h"
+#include "cryptonote_basic/difficulty.h"
using namespace std;
using cryptonote::check_hash;