]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/opencv_wrapper.c
Include vlc_plugin.h as needed
[vlc] / modules / video_filter / opencv_wrapper.c
index c44f9517e1976406781ccbe06921702f9a28f5bc..e4de2cc3af05b80d30140c5b55256600c63e1b90 100644 (file)
@@ -33,6 +33,7 @@
 #endif
 
 #include <vlc/vlc.h>
+#include <vlc_plugin.h>
 #include <vlc_vout.h>
 
 #include <math.h>