From 03d47db900643246629118d0d892cb44fe9af125 Mon Sep 17 00:00:00 2001 From: LitecoinZ Date: Wed, 4 Nov 2020 15:49:25 +0100 Subject: [PATCH] Add missing header for std::invalid_argument --- src/crypto/equihash.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/crypto/equihash.h b/src/crypto/equihash.h index b25a098dd1e..f9b317927f1 100644 --- a/src/crypto/equihash.h +++ b/src/crypto/equihash.h @@ -13,6 +13,7 @@ #include #include +#include #include #include #include