Fix gcc build failure

This commit is contained in:
wmayer 2013-05-02 18:07:06 +02:00
parent 746ab2ec78
commit 7bbe64f586
5 changed files with 5 additions and 0 deletions

View File

@ -25,6 +25,7 @@
#ifndef _PreComp_
# include <QMenu>
# include <QMouseEvent>
# include <Inventor/nodes/SoCamera.h>
#endif
#include <Inventor/SbVec2s.h>
#include "View3DInventorViewer.h"

View File

@ -32,6 +32,7 @@
# include <QSplitter>
# include <QStatusBar>
# include <QTimer>
# include <QVBoxLayout>
# include <Inventor/SoPickedPoint.h>
# include <Inventor/actions/SoSearchAction.h>
# include <Inventor/events/SoMouseButtonEvent.h>

View File

@ -24,6 +24,7 @@
#ifndef GUI_MANUALALIGNMENT_H
#define GUI_MANUALALIGNMENT_H
#include <QPointer>
#include <Base/Placement.h>
#include <Base/Vector3D.h>
#include <Gui/Application.h>

View File

@ -25,6 +25,7 @@
#ifndef _PreComp_
# include <qstatusbar.h>
# include <qstring.h>
# include <QGLWidget>
# include <Inventor/details/SoFaceDetail.h>
# include <Inventor/details/SoLineDetail.h>
#endif

View File

@ -73,6 +73,7 @@
# include <Inventor/SoPickedPoint.h>
# include <Inventor/VRMLnodes/SoVRMLGroup.h>
# include <QEventLoop>
# include <QGLFramebufferObject>
# include <QKeyEvent>
# include <QWheelEvent>
# include <QMessageBox>