From 6c5a0cf12547145651919764dab2fe7c04facd3d Mon Sep 17 00:00:00 2001 From: wmayer Date: Wed, 13 Feb 2019 10:46:55 +0100 Subject: [PATCH] fix build failure on Ubuntu Bionic --- src/Gui/Quarter/SoQTQuarterAdaptor.cpp | 6 ++++++ src/Gui/View3DInventorViewer.cpp | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/Gui/Quarter/SoQTQuarterAdaptor.cpp b/src/Gui/Quarter/SoQTQuarterAdaptor.cpp index 9eb530dc95..54b4ae1f72 100644 --- a/src/Gui/Quarter/SoQTQuarterAdaptor.cpp +++ b/src/Gui/Quarter/SoQTQuarterAdaptor.cpp @@ -34,6 +34,12 @@ #include #include +#if !defined(FC_OS_MACOSX) +# include +# include +# include +#endif + static unsigned char fps2dfont[][12] = { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, // { 0, 0, 12, 12, 0, 8, 12, 12, 12, 12, 12, 0 }, // ! diff --git a/src/Gui/View3DInventorViewer.cpp b/src/Gui/View3DInventorViewer.cpp index ffea99068e..3798afb28b 100644 --- a/src/Gui/View3DInventorViewer.cpp +++ b/src/Gui/View3DInventorViewer.cpp @@ -85,7 +85,7 @@ # include #endif -#if defined(FC_OS_MACOSX) +#if !defined(FC_OS_MACOSX) # include # include # include