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

@@ -29,6 +29,7 @@
#include <wallet/wallet.h> // for CRecipient
#include <stdint.h>
#include <functional>
#include <QDebug>
#include <QMessageBox>