diff options
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) |