summaryrefslogtreecommitdiffstats
path: root/examples/tutorials/threads/helloconcurrent/helloconcurrent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorials/threads/helloconcurrent/helloconcurrent.cpp')
-rw-r--r--examples/tutorials/threads/helloconcurrent/helloconcurrent.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/tutorials/threads/helloconcurrent/helloconcurrent.cpp b/examples/tutorials/threads/helloconcurrent/helloconcurrent.cpp
index fb8f55db94..02aed98c1d 100644
--- a/examples/tutorials/threads/helloconcurrent/helloconcurrent.cpp
+++ b/examples/tutorials/threads/helloconcurrent/helloconcurrent.cpp
@@ -39,6 +39,8 @@
****************************************************************************/
#include <QtCore>
+#include <QtConcurrent>
+
/*
says hello from main thread and secondary thread using QtConcurrent
*/