From 96501b0a18f4f70048403dccc4cb42dd71db8f9d Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Fri, 3 Feb 2012 14:17:26 +0100 Subject: Move QtConcurrent into its own module Task-number: QTBUG-20892 Change-Id: I614500aafb6428915509983608bbb0ade4e4f016 Reviewed-by: Thiago Macieira --- examples/tutorials/threads/helloconcurrent/helloconcurrent.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/tutorials/threads/helloconcurrent/helloconcurrent.cpp') diff --git a/examples/tutorials/threads/helloconcurrent/helloconcurrent.cpp b/examples/tutorials/threads/helloconcurrent/helloconcurrent.cpp index fb8f55db94d..02aed98c1dc 100644 --- a/examples/tutorials/threads/helloconcurrent/helloconcurrent.cpp +++ b/examples/tutorials/threads/helloconcurrent/helloconcurrent.cpp @@ -39,6 +39,8 @@ ****************************************************************************/ #include +#include + /* says hello from main thread and secondary thread using QtConcurrent */ -- cgit v1.2.3