aboutsummaryrefslogtreecommitdiff
path: root/src/qt/splashscreen.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/qt/splashscreen.cpp
parent7b975639ef93b50537a3ec6326b54d7218afc8da (diff)
downloadbitcoin-2a39ccf1334ef3c48c6f9969a0fc916b9e10aae1.tar.xz
Add include for std::bind.
Diffstat (limited to 'src/qt/splashscreen.cpp')
-rw-r--r--src/qt/splashscreen.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/splashscreen.cpp b/src/qt/splashscreen.cpp
index 5796a6ef56..2292c01d6a 100644
--- a/src/qt/splashscreen.cpp
+++ b/src/qt/splashscreen.cpp
@@ -18,6 +18,8 @@
#include <util/system.h>
#include <util/translation.h>
+#include <functional>
+
#include <QApplication>
#include <QCloseEvent>
#include <QPainter>