Commit cd12fedb authored by Francois Cartegnie's avatar Francois Cartegnie

stream_filter: dash: add missing includes

parent 890887de
......@@ -25,6 +25,10 @@
#ifndef IBUFFEROBSERVER_H_
#define IBUFFEROBSERVER_H_
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc_common.h>
namespace dash
......
......@@ -25,6 +25,10 @@
#ifndef CHUNK_H_
#define CHUNK_H_
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <vlc_common.h>
#include <vlc_url.h>
......
......@@ -25,6 +25,10 @@
#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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment