[vlc-commits] glwin32: fix compilation after opengl rework

Jean-Baptiste Kempf git at videolan.org
Thu Feb 13 23:46:09 CET 2020


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Feb 13 23:44:02 2020 +0100| [65dbc078330c954b8fb6fe68f388079314110870] | committer: Jean-Baptiste Kempf

glwin32: fix compilation after opengl rework

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=65dbc078330c954b8fb6fe68f388079314110870
---

 modules/video_output/win32/glwin32.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/video_output/win32/glwin32.c b/modules/video_output/win32/glwin32.c
index 34c922b4a5..df35eed7da 100644
--- a/modules/video_output/win32/glwin32.c
+++ b/modules/video_output/win32/glwin32.c
@@ -28,6 +28,7 @@
 #include <vlc_common.h>
 #include <vlc_plugin.h>
 #include <vlc_vout_display.h>
+#include <vlc_opengl.h>
 
 #include <windows.h>
 #include <versionhelpers.h>



More information about the vlc-commits mailing list