Merge bitcoin-core/gui#183: Add include for std::bind.

2a39ccf133 Add include for std::bind. (sinetek)

Pull request description:

  Hi, this patch adds in <functional> because the GUI code makes use of std::bind.
  That's all.

ACKs for top commit:
  jonasschnelli:
    utACK 2a39ccf133

Tree-SHA512: fb5ac07d9cd5d006182b52857b289a9926362a2f1bfa4f7f1c78a088670e2ccf39ca28214781df82e8de3909fa3e69685fe1124a7e3ead758575839f5f2277a9
This commit is contained in:
MarcoFalke
2021-01-26 11:14:06 +01:00
10 changed files with 12 additions and 1 deletions

View File

@@ -35,6 +35,7 @@
#include <algorithm>
#include <cstdint>
#include <functional>
#include <unordered_map>
#include <math.h>