Skip to content

Commit 74123ea

Browse files
committed
Merge #11440: Fix validationinterface build on super old boost/clang
96c2ce9 Fix validationinterface build on super old boost/clang (Matt Corallo) Pull request description: This should fix all the non-dependancy issues for termux builds. See Github issue #11388. Tree-SHA512: ff0918fa76a6d4639a6c5b5e045ef053ce1d93eb0b1fe94c5fdfcc4d5e54e1118eeb09676ffd8f6d1acd630a63656944c6274ee3dbd7c09b7129c30647dbf4f9
2 parents 7f11ef2 + 96c2ce9 commit 74123ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/validationinterface.cpp

Lines changed: 2 additions & 0 deletions
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)