Include Inventor/SbByteBuffer.h in QuarterWidget.cpp to allow compilation with latest Coin3D library.

This commit is contained in:
Oscar Rainford
2020-09-23 01:50:51 +10:00
committed by wwmayer
parent 35d5c5dc4c
commit 8fe0d19ebe

View File

@@ -71,6 +71,10 @@
#include <QOpenGLDebugLogger>
#endif
#if COIN_MAJOR_VERSION >= 4
#include <Inventor/SbByteBuffer.h>
#endif
#include <Inventor/SbViewportRegion.h>
#include <Inventor/system/gl.h>
#include <Inventor/events/SoEvents.h>