diff --git a/src/osd/modules/opengl/osd_opengl.h b/src/osd/modules/opengl/osd_opengl.h index 47d0b3c429c..d3e2a758d73 100644 --- a/src/osd/modules/opengl/osd_opengl.h +++ b/src/osd/modules/opengl/osd_opengl.h @@ -21,7 +21,7 @@ #ifdef _MSC_VER #include #include "GL/GL.h" - #include "bgfx/3rdparty/khronos/gl/glext.h " + #include "bgfx/3rdparty/khronos/gl/glext.h" #ifndef USE_DISPATCH_GL #include "bgfx/3rdparty/khronos/wgl/wglext.h" #endif