Skip to content

Commit

Permalink
Included missing header file for boost (bind/placeholders)
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartArray committed Apr 7, 2021
1 parent 5b060a1 commit 9020320
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/validation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@

#include <boost/algorithm/string/replace.hpp>
#include <boost/thread.hpp>
#include <boost/bind.hpp>

#if defined(NDEBUG)
# error "DigiByte cannot be compiled without assertions."
Expand Down
1 change: 1 addition & 0 deletions src/validationinterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include <atomic>
#include <future>

#include <boost/bind.hpp>
#include <boost/signals2/signal.hpp>

struct MainSignalsInstance {
Expand Down

0 comments on commit 9020320

Please sign in to comment.