From d7cf27033c6f4cd8e218771b1a9d8bc2c2aa4777 Mon Sep 17 00:00:00 2001 From: sowle Date: Tue, 2 Jul 2024 13:16:30 +0200 Subject: [PATCH] forgotten include --- 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 a6907bef..d4217d47 100644 --- a/tests/functional_tests/crypto_tests.cpp +++ b/tests/functional_tests/crypto_tests.cpp @@ -20,6 +20,7 @@ #include "crypto/range_proofs.h" #include "../core_tests/random_helper.h" #include "crypto_torsion_elements.h" +#include "crypto/eth_signature.h" using namespace crypto;