From 5b086b935674274eccf4668b1e532f406c61dc28 Mon Sep 17 00:00:00 2001 From: sowle Date: Wed, 12 Oct 2022 21:24:15 +0200 Subject: [PATCH] compilation fix (gcc) --- src/crypto/zarcanum.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crypto/zarcanum.h b/src/crypto/zarcanum.h index 528cdfd9..f444d152 100644 --- a/src/crypto/zarcanum.h +++ b/src/crypto/zarcanum.h @@ -6,7 +6,7 @@ // Note: This file originates from tests/functional_tests/crypto_tests.cpp #pragma once #include "crypto-sugar.h" -#include "crypto/range_proof_bppe.h" +#include "crypto/range_proofs.h" #include "crypto/clsag.h" #include