Add include for std::bind.

This commit is contained in:
sinetek
2021-01-13 02:05:00 +01:00
parent 7b975639ef
commit 2a39ccf133
10 changed files with 12 additions and 1 deletions

View File

@@ -7,6 +7,7 @@
#include <random.h>
#include <assert.h>
#include <functional>
#include <utility>
CScheduler::CScheduler()