From c6b39fbbd62e5f9ea58f6934a38c64a0cbfbb608 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Sun, 29 Oct 2017 22:41:43 +1300 Subject: [PATCH] Include endian-ness compatibility layer in Equihash implementation --- src/crypto/equihash.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/crypto/equihash.cpp b/src/crypto/equihash.cpp index d22244aa9..d98389861 100644 --- a/src/crypto/equihash.cpp +++ b/src/crypto/equihash.cpp @@ -16,6 +16,7 @@ #include "config/bitcoin-config.h" #endif +#include "compat/endian.h" #include "crypto/equihash.h" #include "util.h"