From 96d06124a1da7e2bbd8bda2fc8e762cb46af8204 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Sat, 22 Dec 2012 13:31:04 -0800 Subject: Fix standalone header compilation qtconcurrentfunctionwrappers.h:277:22: error: 'QStringList' was not declared in this scope Change-Id: I54c48386d90146c872679672a1d8cc3675d49c39 Reviewed-by: Olivier Goffart --- src/concurrent/qtconcurrentfunctionwrappers.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 +#include #ifndef QT_NO_CONCURRENT -- cgit v1.2.3