vlc | branch: master | Thomas Guillem <[email protected]> | Fri Jul 24 17:07:53 2015 +0200| [5e3ceea1729b0e5cd2710c4ac6f99fa8a0f29331] | committer: Thomas Guillem
demux: adaptative: fix build > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5e3ceea1729b0e5cd2710c4ac6f99fa8a0f29331 --- modules/demux/adaptative/logic/Representationselectors.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/demux/adaptative/logic/Representationselectors.hpp b/modules/demux/adaptative/logic/Representationselectors.hpp index b63aa3f..75d9d4b 100644 --- a/modules/demux/adaptative/logic/Representationselectors.hpp +++ b/modules/demux/adaptative/logic/Representationselectors.hpp @@ -20,6 +20,10 @@ #ifndef REPRESENTATIONSELECTORS_HPP #define REPRESENTATIONSELECTORS_HPP +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include <vector> #include <vlc_common.h> _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
