From 5b35b9276858f6841ab4b688883461f602e9f937 Mon Sep 17 00:00:00 2001 From: Ben Woosley Date: Sun, 13 May 2018 23:39:53 -0700 Subject: Break circular dependency: chain -> pow -> chain chain.h does not actually depend on the methods defined in pow.h, just its include of consensus/params.h, which is standalone and can be included instead. Confirmed by inspection and successful build. --- src/test/blockencodings_tests.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/test/blockencodings_tests.cpp') diff --git a/src/test/blockencodings_tests.cpp b/src/test/blockencodings_tests.cpp index 8cffacbffe..3dd5356164 100644 --- a/src/test/blockencodings_tests.cpp +++ b/src/test/blockencodings_tests.cpp @@ -5,6 +5,7 @@ #include #include #include +#include #include #include -- cgit v1.2.3