Skip to content

Commit 96c2ce9

Browse files
committed
Fix validationinterface build on super old boost/clang
This should fix all the non-dependancy issues for termux builds. See Github issue bitcoin#11388.
1 parent 8ddf60d commit 96c2ce9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/validationinterface.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
55

66
#include "validationinterface.h"
7+
78
#include "init.h"
9+
#include "primitives/block.h"
810
#include "scheduler.h"
911
#include "sync.h"
1012
#include "util.h"

0 commit comments

Comments
 (0)