1
0
Fork 0
forked from lthn/blockchain

compilation fix (gcc)

This commit is contained in:
sowle 2022-10-12 21:24:15 +02:00
parent 525b0cb840
commit 5b086b9356
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -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 <boost/multiprecision/cpp_int.hpp>