Gui: fix build failure with older Coin3D versions

This commit is contained in:
wmayer
2022-03-21 19:59:03 +01:00
parent e20afbc154
commit 56ced5cdd5
4 changed files with 4 additions and 3 deletions

View File

@@ -67,6 +67,7 @@
#include <QResizeEvent>
#include <QWindow>
#include <Inventor/C/basic.h>
#if COIN_MAJOR_VERSION >= 4
#include <Inventor/SbByteBuffer.h>
#endif

View File

@@ -28,7 +28,7 @@
//#endif
#include <Inventor/events/SoEvent.h>
#include <Inventor/events/SoSubEvent.h>
/**
* @brief The SoMouseWheelEvent class is a temporary replacement for

View File

@@ -27,7 +27,7 @@
#include <Quarter/devices/InputDevice.h>
#include <Inventor/SbLinear.h>
#include <Inventor/events/SoEvent.h>
#include <Inventor/events/SoSubEvent.h>
class QWidget;

View File

@@ -23,7 +23,7 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# include <string>
# include <cstring>
# include <Inventor/SbClip.h>
# include <Inventor/nodes/SoComplexity.h>
# include <Inventor/nodes/SoCoordinate3.h>