Update daemon Boost bind includes

This commit is contained in:
root
2026-04-28 06:44:05 +00:00
parent 601695d80b
commit 926fbe0bca
3 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
#include "reverselock.h"
#include <assert.h>
#include <boost/bind.hpp>
#include <boost/bind/bind.hpp>
#include <utility>
CScheduler::CScheduler() : nThreadsServicingQueue(0), stopRequested(false), stopWhenEmpty(false)