vlc | branch: master | Felix Abecassis <[email protected]> | Tue Aug 5 18:52:24 2014 +0200| [dc5a65a84bd9842c669f82a52109a999db6dd9a0] | committer: Felix Abecassis
video_output: add missing include > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dc5a65a84bd9842c669f82a52109a999db6dd9a0 --- src/video_output/chrono.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/video_output/chrono.h b/src/video_output/chrono.h index 8a22511..594712e 100644 --- a/src/video_output/chrono.h +++ b/src/video_output/chrono.h @@ -24,6 +24,8 @@ #ifndef LIBVLC_VOUT_CHRONO_H #define LIBVLC_VOUT_CHRONO_H +#include <assert.h> + typedef struct { int shift; mtime_t avg; _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
