fixed missing #include required by new template blockingInvokeMethod functions

This commit is contained in:
Heather Anderson 2022-03-21 22:53:44 -07:00 committed by ksuprynowicz
parent 457728cee1
commit 9c6ffc3fc2

View file

@ -12,6 +12,7 @@
#include <QtCore/QObject>
#include <QtCore/QLoggingCategory>
#include <QtCore/QThread>
#include "../Profile.h"