From: Anton Gladky Date: Tue, 28 Jan 2025 20:40:49 +0000 (+0100) Subject: Add missing GL header X-Git-Tag: archive/raspbian/9.3.0+dfsg1-3+rpi1^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f7be7357dbe9a89a35596f64d6cb63679c7975b9;p=vtk9.git Add missing GL header Last-Update: 2024-01-10 Gbp-Pq: Name 100_add_missing_gl_header.patch --- diff --git a/GUISupport/Qt/QVTKOpenGLWindow.cxx b/GUISupport/Qt/QVTKOpenGLWindow.cxx index ab078921..fef737ac 100644 --- a/GUISupport/Qt/QVTKOpenGLWindow.cxx +++ b/GUISupport/Qt/QVTKOpenGLWindow.cxx @@ -22,6 +22,8 @@ #include "vtkObjectFactory.h" #include "vtkOpenGLState.h" +#include + VTK_ABI_NAMESPACE_BEGIN QVTKOpenGLWindow::QVTKOpenGLWindow(QOpenGLWindow::UpdateBehavior ub, QWindow* p) : QVTKOpenGLWindow(vtkSmartPointer::New(), nullptr, ub, p)