From 4d9169faf778e9716fc647fb3fcf46462b5d99a4 Mon Sep 17 00:00:00 2001 From: wmayer Date: Tue, 21 Mar 2017 17:50:21 +0100 Subject: [PATCH] Qt5OpenGL: add missing header for macOS/Linux builds --- src/Gui/View3DInventor.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Gui/View3DInventor.cpp b/src/Gui/View3DInventor.cpp index 5b3ed1d8e6..4333d2c370 100644 --- a/src/Gui/View3DInventor.cpp +++ b/src/Gui/View3DInventor.cpp @@ -32,6 +32,7 @@ # include # include # include +# include # include # include # include