[vlc-commits] demux: adaptive: fix include
Francois Cartegnie
git at videolan.org
Mon Dec 28 09:53:21 UTC 2020
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Mon Dec 21 14:17:22 2020 +0100| [9f25d92b25e27c763d1bf354aef10c26421b7d33] | committer: Francois Cartegnie
demux: adaptive: fix include
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9f25d92b25e27c763d1bf354aef10c26421b7d33
---
modules/demux/adaptive/playlist/Segment.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/demux/adaptive/playlist/Segment.h b/modules/demux/adaptive/playlist/Segment.h
index 0c6258b919..29843d67d3 100644
--- a/modules/demux/adaptive/playlist/Segment.h
+++ b/modules/demux/adaptive/playlist/Segment.h
@@ -32,7 +32,7 @@
#include "../http/Chunk.h"
#include "../encryption/CommonEncryption.hpp"
#include "../tools/Properties.hpp"
-#include "Time.hpp"
+#include "../Time.hpp"
namespace adaptive
{
More information about the vlc-commits
mailing list