diff options
| author | stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | 2021-01-04 18:05:03 +0100 |
|---|---|---|
| committer | stonedDiscord <10584181+stonedDiscord@users.noreply.github.com> | 2021-01-04 18:05:03 +0100 |
| commit | 714f54b9dccf1efbdd524e17b2dd4f4deefc8a01 (patch) | |
| tree | 6e0ee91d4a0c071e8aca79114316ca0b9d08ecd2 /src/debug_functions.cpp | |
| parent | 04ed1a1812139b0cbef5599a6acd8ee9c3155c2f (diff) | |
CI needs an extra include for bind
Diffstat (limited to 'src/debug_functions.cpp')
| -rw-r--r-- | src/debug_functions.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/debug_functions.cpp b/src/debug_functions.cpp index f96d6b03..477eec76 100644 --- a/src/debug_functions.cpp +++ b/src/debug_functions.cpp @@ -1,6 +1,7 @@ #include <QCoreApplication> #include <QMessageBox> #include <QTimer> +#include <functional> #include "debug_functions.h" |
