diff options
| author | TrickyLeifa <date.epoch@gmail.com> | 2024-05-22 22:17:43 +0200 |
|---|---|---|
| committer | TrickyLeifa <date.epoch@gmail.com> | 2024-05-22 22:17:43 +0200 |
| commit | e80c7d4ef23d97f1e6701cda6e809ccbcd133313 (patch) | |
| tree | 07cbd1603aa7ad31261b47fb0b2bc33efcf89d7b /src | |
| parent | b04ccee735fe61b3644012ddd144ba0aca7d6849 (diff) | |
Added missing include for Qt5
Diffstat (limited to 'src')
| -rw-r--r-- | src/animationlayer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/animationlayer.cpp b/src/animationlayer.cpp index 310f9707..f764f295 100644 --- a/src/animationlayer.cpp +++ b/src/animationlayer.cpp @@ -4,6 +4,7 @@ #include "options.h" #include <QRectF> +#include <QThreadPool> static QThreadPool *thread_pool; |
