diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-09-09 05:22:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-09-09 05:22:50 +0300 |
commit | 2ec0ed2c3808a96579329cee913fc95aaec8dc79 (patch) | |
tree | 6db9705daa70d5418497b00acfa515c1f3834937 /src/utils | |
parent | 2982a0a5336d6444db3e7b4e054a2104ee76b3a5 (diff) | |
download | plus-2ec0ed2c3808a96579329cee913fc95aaec8dc79.tar.gz plus-2ec0ed2c3808a96579329cee913fc95aaec8dc79.tar.bz2 plus-2ec0ed2c3808a96579329cee913fc95aaec8dc79.tar.xz plus-2ec0ed2c3808a96579329cee913fc95aaec8dc79.zip |
Fix compilation warning with mesa 17.3.0.
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/glxhelper.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/utils/glxhelper.cpp b/src/utils/glxhelper.cpp index 3512c3140..8525111dc 100644 --- a/src/utils/glxhelper.cpp +++ b/src/utils/glxhelper.cpp @@ -25,11 +25,12 @@ #include "logger.h" #include "render/opengl/mglcheck.h" -#include "render/opengl/mgldefines.h" -RENDER_OPENGL_MGLDEFINES_H #include "render/openglx/mglx.h" +#include "render/opengl/mgldefines.h" +RENDER_OPENGL_MGLDEFINES_H + #include "debug.h" static int ErrorHandler(Display *d A_UNUSED, XErrorEvent *e A_UNUSED) |