Skip to content

Commit b6c0209

Browse files
TheBlueMattMarcoFalke
authored andcommitted
Fix validationinterface build on super old boost/clang
This should fix all the non-dependancy issues for termux builds. See Github issue #11388. Github-Pull: #11440 Rebased-From: 96c2ce9
1 parent 6a62c74 commit b6c0209

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)