]> git.sesse.net Git - vlc/blobdiff - modules/video_output/msw/events.c
Direct2D video output module
[vlc] / modules / video_output / msw / events.c
index d2d5e26c3849f0ad4fb796d330607c66ec611b17..46c15c4a55fc077ae157e361c59d022af13de06f 100644 (file)
@@ -49,6 +49,9 @@
 #ifdef MODULE_NAME_IS_glwin32
 #include "../opengl.h"
 #endif
+#ifdef MODULE_NAME_IS_direct2d
+#include <d2d1.h>
+#endif
 
 #include <vlc_keys.h>
 #include "common.h"