diff options
Diffstat (limited to 'src/plugins/scenegraph/softwarecontext/renderloop.cpp')
-rw-r--r-- | src/plugins/scenegraph/softwarecontext/renderloop.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/scenegraph/softwarecontext/renderloop.cpp b/src/plugins/scenegraph/softwarecontext/renderloop.cpp index efae5f0..89a87d7 100644 --- a/src/plugins/scenegraph/softwarecontext/renderloop.cpp +++ b/src/plugins/scenegraph/softwarecontext/renderloop.cpp @@ -23,6 +23,7 @@ #include <private/qquickwindow_p.h> #include <QElapsedTimer> #include <private/qquickprofiler_p.h> +#include <QCoreApplication> RenderLoop::RenderLoop() : eventPending(false) |