diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-06-18 16:37:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-06-18 18:53:04 +0300 |
commit | 1949672a3a7c2cb3c62b71186ef8955aa6b5a52b (patch) | |
tree | 6b92fd2505fa36620bb4ad5a522ddcb375213c38 /src/utils/glxhelper.cpp | |
parent | 54ad73817c48c710dc43a5f53c5557cc33efebb2 (diff) | |
download | plus-1949672a3a7c2cb3c62b71186ef8955aa6b5a52b.tar.gz plus-1949672a3a7c2cb3c62b71186ef8955aa6b5a52b.tar.bz2 plus-1949672a3a7c2cb3c62b71186ef8955aa6b5a52b.tar.xz plus-1949672a3a7c2cb3c62b71186ef8955aa6b5a52b.zip |
Fix compilation on debian lenny.
Diffstat (limited to 'src/utils/glxhelper.cpp')
-rw-r--r-- | src/utils/glxhelper.cpp | 2 |
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" |