summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-06-18 16:37:21 +0300
committerAndrei Karas <akaras@inbox.ru>2016-06-18 18:53:04 +0300
commit1949672a3a7c2cb3c62b71186ef8955aa6b5a52b (patch)
tree6b92fd2505fa36620bb4ad5a522ddcb375213c38
parent54ad73817c48c710dc43a5f53c5557cc33efebb2 (diff)
downloadplus-1949672a3a7c2cb3c62b71186ef8955aa6b5a52b.tar.gz
plus-1949672a3a7c2cb3c62b71186ef8955aa6b5a52b.tar.bz2
plus-1949672a3a7c2cb3c62b71186ef8955aa6b5a52b.tar.xz
plus-1949672a3a7c2cb3c62b71186ef8955aa6b5a52b.zip
Fix compilation on debian lenny.
-rw-r--r--src/utils/glxhelper.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/glxhelper.cpp b/src/utils/glxhelper.cpp
index eb78ddead..2adfaf70b 100644
--- a/src/utils/glxhelper.cpp
+++ b/src/utils/glxhelper.cpp
@@ -25,6 +25,8 @@
#include "logger.h"
#include "render/opengl/mglcheck.h"
+#include "render/opengl/mgldefines.h"
+RENDER_OPENGL_MGLDEFINES_H
#include "render/openglx/mglx.h"