From: Anton Gladky Date: Thu, 26 Sep 2024 16:08:15 +0000 (+0000) Subject: Add missing GL header X-Git-Tag: archive/raspbian/9.3.0+dfsg1-1.1+rpi1~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2fe25df0d0818d71c9362ed446a25583d946b8d1;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)