[vlc-commits] glwin32: add a missing include
Adrien Maglo
git at videolan.org
Wed Sep 27 09:21:49 CEST 2017
vlc | branch: master | Adrien Maglo <magsoft at videolan.org> | Fri Sep 15 16:59:04 2017 +0200| [39c8e0f563b586bf70a69706182b06439ff88e34] | committer: Jean-Baptiste Kempf
glwin32: add a missing include
Fix a compilation error in debug mode caused by the line 171.
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=39c8e0f563b586bf70a69706182b06439ff88e34
---
modules/video_output/win32/glwin32.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/modules/video_output/win32/glwin32.c b/modules/video_output/win32/glwin32.c
index 601a7ddccc..34ac48ff2c 100644
--- a/modules/video_output/win32/glwin32.c
+++ b/modules/video_output/win32/glwin32.c
@@ -24,6 +24,8 @@
# include "config.h"
#endif
+#include <assert.h>
+
#include <vlc_common.h>
#include <vlc_plugin.h>
#include <vlc_vout_display.h>
More information about the vlc-commits
mailing list