1
0
Fork 0
forked from lthn/blockchain

minor compilation fix

This commit is contained in:
sowle 2025-02-03 19:40:10 +01:00
parent ca9a8f95de
commit a101a676b0
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -23,6 +23,7 @@
// SOFTWARE.
#include <iostream>
#include <iomanip>
#include <cstdint>
using namespace std;
#ifndef KECCAKF_ROUNDS