aboutsummaryrefslogtreecommitdiff
path: root/src/scheduler.cpp
diff options
context:
space:
mode:
authorsinetek <pitwuu@gmail.com>2021-01-13 02:05:00 +0100
committersinetek <pitwuu@gmail.com>2021-01-13 02:05:00 +0100
commit2a39ccf1334ef3c48c6f9969a0fc916b9e10aae1 (patch)
treecf9581df2ae76ccd2faa321b92940dfac765b3b7 /src/scheduler.cpp
parent7b975639ef93b50537a3ec6326b54d7218afc8da (diff)
downloadbitcoin-2a39ccf1334ef3c48c6f9969a0fc916b9e10aae1.tar.xz
Add include for std::bind.
Diffstat (limited to 'src/scheduler.cpp')
-rw-r--r--src/scheduler.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/scheduler.cpp b/src/scheduler.cpp
index 7c361bf26f..b3ee23f139 100644
--- a/src/scheduler.cpp
+++ b/src/scheduler.cpp
@@ -7,6 +7,7 @@
#include <random.h>
#include <assert.h>
+#include <functional>
#include <utility>
CScheduler::CScheduler()