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

David (@dfuhrmann) gitlab at videolan.org
Wed Aug 24 16:40:45 UTC 2022



David pushed to branch 3.0.x at VideoLAN / VLC


Commits:
58d30c8b by Johannes Kauffmann at 2022-08-24T16:20:11+00:00
demux: dash: include cstdint, needed for uint64_t

Fixes #27077.

(cherry picked from commit 6fca76ebd76bf8fce9b111e31bda64015cdc770f)

- - - - -


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/58d30c8b6432b8ba12f37f20900c9976670bab2e

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/58d30c8b6432b8ba12f37f20900c9976670bab2e
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