From 8558fa1c8d01f8dfd7b15cf377909e543efcd738 Mon Sep 17 00:00:00 2001 From: jahway603 Date: Tue, 11 Aug 2020 23:44:28 -0400 Subject: [PATCH] Added stdexcept to src/crypto/equihash.h to enable compiling hush3 in Arch Linux with gcc 10 --- src/crypto/equihash.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/crypto/equihash.h b/src/crypto/equihash.h index 57c434dae..533e0d512 100644 --- a/src/crypto/equihash.h +++ b/src/crypto/equihash.h @@ -15,6 +15,7 @@ #include #include #include +#include #include #include #include