diff options
Diffstat (limited to 'src/utils/glxhelper.cpp')
-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 42ac8ccb5..685f01760 100644 --- a/src/utils/glxhelper.cpp +++ b/src/utils/glxhelper.cpp @@ -24,11 +24,12 @@ #include "logger.h" -#include "render/mglcheck.h" -#include "render/mgldefines.h" #include "render/mglx.h" #include "render/mglxtypes.h" +#include "render/opengl/mglcheck.h" +#include "render/opengl/mgldefines.h" + #include "utils/stringutils.h" #include "debug.h" |