From bab56f9854aedc0bae08c931780f51c46c9e5477 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 20 Jun 2013 09:30:31 +0000 Subject: [PATCH] From Jan Ciger, compilation fix for Qt 5.0.2 --- include/osgQt/GraphicsWindowQt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/osgQt/GraphicsWindowQt b/include/osgQt/GraphicsWindowQt index 99ae31c17..49e4df577 100644 --- a/include/osgQt/GraphicsWindowQt +++ b/include/osgQt/GraphicsWindowQt @@ -14,15 +14,15 @@ #ifndef OSGVIEWER_GRAPHICSWINDOWQT #define OSGVIEWER_GRAPHICSWINDOWQT +#include +#include + #include #include #include #include #include -#include -#include - class QInputEvent; namespace osgViewer {