From f2f8d48c390b8d8bef84c98026a0435da2045409 Mon Sep 17 00:00:00 2001 From: Pierre Rossi Date: Wed, 29 Jun 2011 21:09:27 +0200 Subject: Fix includes. Seems some dependencies were changed in Qt 4.8 Reviewed-By: TrustMe --- src/application.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/application.cpp') diff --git a/src/application.cpp b/src/application.cpp index c00f3f96..f51a6975 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -64,7 +64,8 @@ #include // Qt Includes -#include +#include +#include using namespace ThreadWeaver; -- cgit v1.2.1