From d38c852ead86985646e639b1a3207d1dad4e31b4 Mon Sep 17 00:00:00 2001 From: sowle Date: Tue, 8 Jun 2021 17:56:25 +0300 Subject: [PATCH] crypto_tests: minor fix --- tests/functional_tests/crypto_tests.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/functional_tests/crypto_tests.cpp b/tests/functional_tests/crypto_tests.cpp index eaf5a5f3..b70c5390 100644 --- a/tests/functional_tests/crypto_tests.cpp +++ b/tests/functional_tests/crypto_tests.cpp @@ -14,6 +14,7 @@ #include "currency_core/difficulty.h" #include "crypto/crypto-sugar.h" +#include "crypto/range_proofs.h" using namespace crypto;