summarylogtreecommitdiffstats
path: root/gl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gl.patch')
-rw-r--r--gl.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/gl.patch b/gl.patch
new file mode 100644
index 000000000000..de4ab92030f8
--- /dev/null
+++ b/gl.patch
@@ -0,0 +1,13 @@
+diff --git a/src/ClimatologyOverlayFactory.cpp b/src/ClimatologyOverlayFactory.cpp
+index ad40891..0648f31 100644
+--- a/src/ClimatologyOverlayFactory.cpp
++++ b/src/ClimatologyOverlayFactory.cpp
+@@ -28,6 +28,8 @@
+ #include <wx/wx.h>
+ #include <wx/glcanvas.h>
+
++#include <GL/glx.h>
++
+ #ifdef __WXOSX__
+ # include <OpenGL/OpenGL.h>
+ # include <OpenGL/gl3.h>