Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC


Commits:
6fca76eb by Johannes Kauffmann at 2022-07-17T05:49:52+00:00
demux: dash: include cstdint, needed for uint64_t

Fixes #27077.

- - - - -


1 changed file:

- modules/demux/dash/mpd/TemplatedUri.hpp


Changes:

=====================================
modules/demux/dash/mpd/TemplatedUri.hpp
=====================================
@@ -21,6 +21,7 @@
 #ifndef TEMPLATEDURI_HPP
 #define TEMPLATEDURI_HPP
 
+#include <cstdint>
 #include <string>
 
 namespace dash



View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/6fca76ebd76bf8fce9b111e31bda64015cdc770f

-- 
View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/6fca76ebd76bf8fce9b111e31bda64015cdc770f
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance
_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to