blob: 12ecc567d1c009fa1ac253be93dea3a99b5931e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
https://bugs.gentoo.org/702990
Submitted-by: Bernd Feige <Bernd.Feige@gmx.net>
Index: VirtualBox-6.1.0/src/VBox/Main/src-helper-apps/OpenGLTest/OpenGLTestApp.cpp
===================================================================
--- VirtualBox-6.1.0/src/VBox/Main/src-helper-apps/OpenGLTest/OpenGLTestApp.cpp
+++ VirtualBox-6.1.0/src/VBox/Main/src-helper-apps/OpenGLTest/OpenGLTestApp.cpp
@@ -49,6 +49,9 @@
#include <VBox/version.h>
#endif
+#include <GL/gl.h>
+#include <GL/glu.h>
+
#ifdef VBOX_WITH_VIDEOHWACCEL
#include <QGLWidget>
#include <QApplication>
|