summaryrefslogtreecommitdiffstats
path: root/src/concurrent
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2012-12-22 13:31:04 -0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-23 17:53:57 +0100
commit96d06124a1da7e2bbd8bda2fc8e762cb46af8204 (patch)
tree9b7b872fcae0c625b33ec919fb087848908468ad /src/concurrent
parent9ea57542919618f6d6b588e2110952730c7866f1 (diff)
Fix standalone header compilation
qtconcurrentfunctionwrappers.h:277:22: error: 'QStringList' was not declared in this scope Change-Id: I54c48386d90146c872679672a1d8cc3675d49c39 Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
Diffstat (limited to 'src/concurrent')
-rw-r--r--src/concurrent/qtconcurrentfunctionwrappers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/concurrent/qtconcurrentfunctionwrappers.h b/src/concurrent/qtconcurrentfunctionwrappers.h
index 59a29d4653..734aa2a06d 100644
--- a/src/concurrent/qtconcurrentfunctionwrappers.h
+++ b/src/concurrent/qtconcurrentfunctionwrappers.h
@@ -43,6 +43,7 @@
#define QTCONCURRENT_FUNCTIONWRAPPERS_H
#include <QtConcurrent/qtconcurrentcompilertest.h>
+#include <QtCore/QStringList>
#ifndef QT_NO_CONCURRENT