Skip to content

Commit

Permalink
hls: include config.h
Browse files Browse the repository at this point in the history
  • Loading branch information
tguillem committed Jun 16, 2015
1 parent 07c9677 commit 0ed21d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/demux/hls/HLSManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/

#ifdef HAVE_CONFIG_H
# include "config.h"
#endif

#include "HLSManager.hpp"
#include "../adaptative/logic/RateBasedAdaptationLogic.h"
#include "../adaptative/tools/Retrieve.hpp"
Expand Down

0 comments on commit 0ed21d1

Please sign in to comment.