From 116bfc38109aef329bb1155cf94a4706c7b4fb6b Mon Sep 17 00:00:00 2001 From: Andy Shaw Date: Fri, 4 Dec 2015 11:26:49 +0100 Subject: Add explicit include for QCoreApplication to satisfy some compilers Change-Id: I9ebe3d6599c845f0115fbd53b9584896faf146f3 Reviewed-by: Andy Nichols --- src/plugins/scenegraph/softwarecontext/renderloop.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/scenegraph/softwarecontext/renderloop.cpp b/src/plugins/scenegraph/softwarecontext/renderloop.cpp index efae5f03fb..89a87d7a1a 100644 --- a/src/plugins/scenegraph/softwarecontext/renderloop.cpp +++ b/src/plugins/scenegraph/softwarecontext/renderloop.cpp @@ -23,6 +23,7 @@ #include #include #include +#include RenderLoop::RenderLoop() : eventPending(false) -- cgit v1.2.3