diff options
Diffstat (limited to 'src/concurrent/qtconcurrentstoredfunctioncall.h')
-rw-r--r-- | src/concurrent/qtconcurrentstoredfunctioncall.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/concurrent/qtconcurrentstoredfunctioncall.h b/src/concurrent/qtconcurrentstoredfunctioncall.h index a15f254c1e5..44a93360d80 100644 --- a/src/concurrent/qtconcurrentstoredfunctioncall.h +++ b/src/concurrent/qtconcurrentstoredfunctioncall.h @@ -46,7 +46,7 @@ #include <QtConcurrent/qtconcurrentrunbase.h> #include <type_traits> -#include <qpromise.h> +#include <QtCore/qpromise.h> QT_BEGIN_NAMESPACE |