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 #11388.
  • Loading branch information
TheBlueMatt committed Oct 2, 2017
1 parent 8ddf60d commit 96c2ce9
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 96c2ce9

Please sign in to comment.