]> git.sesse.net Git - vlc/commitdiff
stream_filter: dash: add missing includes
authorFrancois Cartegnie <fcvlcdev@free.fr>
Wed, 10 Dec 2014 13:12:05 +0000 (14:12 +0100)
committerFrancois Cartegnie <fcvlcdev@free.fr>
Thu, 18 Dec 2014 20:23:48 +0000 (21:23 +0100)
modules/stream_filter/dash/buffer/IBufferObserver.h
modules/stream_filter/dash/http/Chunk.h
modules/stream_filter/dash/xml/DOMParser.h

index 4f37f3821af569d56d599a1be347fe527aa97104..b12985b77c72f4bd6b1b4294d31da326e99b258c 100644 (file)
 #ifndef IBUFFEROBSERVER_H_
 #define IBUFFEROBSERVER_H_
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc_common.h>
 
 namespace dash
index e6cb3006801e0f777ba0140df8f09ae1beace28b..48dd450bc1a290d64c087715435048b2dda61c7e 100644 (file)
 #ifndef CHUNK_H_
 #define CHUNK_H_
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc_common.h>
 #include <vlc_url.h>
 
index 9f1f2f48fd5f7d3936fe918e22a9b72d2d91bb7b..9cf75ff434f699bd37370844f299671f04a0ace2 100644 (file)
 #ifndef DOMPARSER_H_
 #define DOMPARSER_H_
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc_common.h>
 #include <vlc_stream.h>
 #include <vlc_xml.h>