From 8fe0d19ebe6c36557d74c38bdf83db909157ad43 Mon Sep 17 00:00:00 2001 From: Oscar Rainford Date: Wed, 23 Sep 2020 01:50:51 +1000 Subject: [PATCH] Include Inventor/SbByteBuffer.h in QuarterWidget.cpp to allow compilation with latest Coin3D library. --- src/Gui/Quarter/QuarterWidget.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Gui/Quarter/QuarterWidget.cpp b/src/Gui/Quarter/QuarterWidget.cpp index 7edfb0ca97..e8ba92fc96 100644 --- a/src/Gui/Quarter/QuarterWidget.cpp +++ b/src/Gui/Quarter/QuarterWidget.cpp @@ -71,6 +71,10 @@ #include #endif +#if COIN_MAJOR_VERSION >= 4 +#include +#endif + #include #include #include