diff options
author | sinetek <pitwuu@gmail.com> | 2021-01-13 02:05:00 +0100 |
---|---|---|
committer | sinetek <pitwuu@gmail.com> | 2021-01-13 02:05:00 +0100 |
commit | 2a39ccf1334ef3c48c6f9969a0fc916b9e10aae1 (patch) | |
tree | cf9581df2ae76ccd2faa321b92940dfac765b3b7 /src/qt/splashscreen.cpp | |
parent | 7b975639ef93b50537a3ec6326b54d7218afc8da (diff) |
Add include for std::bind.
Diffstat (limited to 'src/qt/splashscreen.cpp')
-rw-r--r-- | src/qt/splashscreen.cpp | 2 |
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> |