summarylogtreecommitdiffstats
path: root/umve.opengl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'umve.opengl.patch')
-rw-r--r--umve.opengl.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/umve.opengl.patch b/umve.opengl.patch
new file mode 100644
index 000000000000..6b1f77c56489
--- /dev/null
+++ b/umve.opengl.patch
@@ -0,0 +1,12 @@
+diff --git a/apps/umve/scene_addins/addin_base.h b/apps/umve/scene_addins/addin_base.h
+index 1122228..bc1122f 100644
+--- a/apps/umve/scene_addins/addin_base.h
++++ b/apps/umve/scene_addins/addin_base.h
+@@ -14,6 +14,7 @@
+ #include <QMessageBox>
+
+ #include "mve/mesh.h"
++#include "ogl/opengl.h"
+ #include "ogl/context.h"
+
+ #include "scene_addins/addin_state.h"