From: Anton Gladky Date: Thu, 23 Jan 2025 07:49:29 +0000 (+0100) Subject: Add missing GL header X-Git-Tag: archive/raspbian/9.3.0+dfsg1-3+rpi1^2^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=aa4653d8a86a34b1b9d943392960c1ebe29001aa;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)