diff options
| author | Riccardo Spagni <ric@spagni.net> | 2017-02-12 23:57:34 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2017-02-12 23:57:34 +0200 |
| commit | 3f171b931f2394ba35edf717762d773cc3dd9b4d (patch) | |
| tree | 97c46f878900870d450ffb6f2ee1d3f420022f45 | |
| parent | 6e7891506146d6cf026b48f1a7f355f5e677704b (diff) | |
| parent | 59c9d165f8755e86b54b71b53f5e3bac37c3ec59 (diff) | |
| download | monzero-core-3f171b931f2394ba35edf717762d773cc3dd9b4d.tar.gz monzero-core-3f171b931f2394ba35edf717762d773cc3dd9b4d.tar.xz monzero-core-3f171b931f2394ba35edf717762d773cc3dd9b4d.zip | |
Merge pull request #1719
59c9d165 tests: fixup include paths after cryptonote_core split (moneromooo-monero)
| -rw-r--r-- | tests/performance_tests/cn_fast_hash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/performance_tests/cn_fast_hash.h b/tests/performance_tests/cn_fast_hash.h index 24f2bc5e2..d02b32676 100644 --- a/tests/performance_tests/cn_fast_hash.h +++ b/tests/performance_tests/cn_fast_hash.h @@ -31,7 +31,7 @@ #pragma once #include "crypto/crypto.h" -#include "cryptonote_core/cryptonote_basic.h" +#include "cryptonote_basic/cryptonote_basic.h" template<size_t bytes> class test_cn_fast_hash |
