From Jan Ciger, compilation fix for Qt 5.0.2

This commit is contained in:
Robert Osfield 2013-06-20 09:30:31 +00:00
parent 9b095b2936
commit bab56f9854

View File

@ -14,15 +14,15 @@
#ifndef OSGVIEWER_GRAPHICSWINDOWQT #ifndef OSGVIEWER_GRAPHICSWINDOWQT
#define OSGVIEWER_GRAPHICSWINDOWQT #define OSGVIEWER_GRAPHICSWINDOWQT
#include <osgViewer/GraphicsWindow>
#include <osgQt/Export>
#include <QMutex> #include <QMutex>
#include <QEvent> #include <QEvent>
#include <QQueue> #include <QQueue>
#include <QSet> #include <QSet>
#include <QGLWidget> #include <QGLWidget>
#include <osgViewer/GraphicsWindow>
#include <osgQt/Export>
class QInputEvent; class QInputEvent;
namespace osgViewer { namespace osgViewer {