Commit 1923b9bf authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

DASH: fix compilation

time() needs ctime
parent fe3716d5
...@@ -40,6 +40,8 @@ ...@@ -40,6 +40,8 @@
#include "logic/AlwaysLowestAdaptationLogic.hpp" #include "logic/AlwaysLowestAdaptationLogic.hpp"
#include <vlc_stream.h> #include <vlc_stream.h>
#include <ctime>
using namespace adaptative::http; using namespace adaptative::http;
using namespace adaptative::logic; using namespace adaptative::logic;
using namespace adaptative; using namespace adaptative;
......
...@@ -41,6 +41,7 @@ ...@@ -41,6 +41,7 @@
#include <vlc_stream.h> #include <vlc_stream.h>
#include <algorithm> #include <algorithm>
#include <ctime>
using namespace dash; using namespace dash;
using namespace dash::mpd; using namespace dash::mpd;
......
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