From 59c9d165f8755e86b54b71b53f5e3bac37c3ec59 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Sun, 12 Feb 2017 21:47:39 +0000 Subject: [PATCH] tests: fixup include paths after cryptonote_core split --- tests/performance_tests/cn_fast_hash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/performance_tests/cn_fast_hash.h b/tests/performance_tests/cn_fast_hash.h index 24f2bc5e..d02b3267 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 class test_cn_fast_hash