[vlc-commits] [Git][videolan/vlc][master] demux: dash: include cstdint, needed for uint64_t

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Sun Jul 17 06:14:51 UTC 2022



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


More information about the vlc-commits mailing list