]> git.sesse.net Git - vlc/blobdiff - modules/access/dshow/dshow.cpp
DShow: cleaning and cosmetics
[vlc] / modules / access / dshow / dshow.cpp
index 208d91678362e2f727541d322449dd7550617f23..2088b0b9a38aa066f56a1c4e55833cf3d501aa4c 100644 (file)
@@ -34,6 +34,8 @@
 #define __STDC_FORMAT_MACROS 1
 #define CFG_PREFIX "dshow-"
 #include <inttypes.h>
+#include <list>
+#include <string>
 
 #include <vlc_common.h>
 #include <vlc_plugin.h>