projects
/
vtk9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ff2511
)
Add missing GL header
author
Anton Gladky
<gladk@debian.org>
Tue, 28 Jan 2025 20:40:49 +0000
(21:40 +0100)
committer
Anton Gladky
<gladk@debian.org>
Tue, 28 Jan 2025 20:40:49 +0000
(21:40 +0100)
Last-Update: 2024-01-10
Gbp-Pq: Name 100_add_missing_gl_header.patch
GUISupport/Qt/QVTKOpenGLWindow.cxx
patch
|
blob
|
history
diff --git
a/GUISupport/Qt/QVTKOpenGLWindow.cxx
b/GUISupport/Qt/QVTKOpenGLWindow.cxx
index ab078921600dbb10d783f30d7ccc4cda96d06657..fef737ac426d44c2b7cfa7fff73e5a6f8f113bfa 100644
(file)
--- a/
GUISupport/Qt/QVTKOpenGLWindow.cxx
+++ b/
GUISupport/Qt/QVTKOpenGLWindow.cxx
@@
-22,6
+22,8
@@
#include "vtkObjectFactory.h"
#include "vtkOpenGLState.h"
+#include <GL/gl.h>
+
VTK_ABI_NAMESPACE_BEGIN
QVTKOpenGLWindow::QVTKOpenGLWindow(QOpenGLWindow::UpdateBehavior ub, QWindow* p)
: QVTKOpenGLWindow(vtkSmartPointer<vtkGenericOpenGLRenderWindow>::New(), nullptr, ub, p)