From: Anton Gladky Date: Thu, 6 Jun 2024 19:34:35 +0000 (+0200) Subject: Add missing GL header X-Git-Tag: archive/raspbian/9.3.0+dfsg1-1+rpi1^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3d3c501973b77fbee5710a5f176cd6aa1fd4c59d;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)