Skip to content

Commit

Permalink
Fix validationinterface build on super old boost/clang
Browse files Browse the repository at this point in the history
This should fix all the non-dependancy issues for termux builds.
See Github issue bitcoin#11388.
  • Loading branch information
TheBlueMatt authored and Michael Polzer committed Mar 12, 2018
1 parent 2ddf672 commit 5d5a833
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/validationinterface.cpp
Expand Up @@ -4,7 +4,9 @@
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

#include "validationinterface.h"

#include "init.h"
#include "primitives/block.h"
#include "scheduler.h"
#include "sync.h"
#include "util.h"
Expand Down

0 comments on commit 5d5a833

Please sign in to comment.