[vlc-commits] [Git][videolan/vlc][master] UPnP server: include cstdint for int64_t
Felix Paul Kühne (@fkuehne)
gitlab at videolan.org
Wed Jul 1 09:11:49 UTC 2026
Felix Paul Kühne pushed to branch master at VideoLAN / VLC
Commits:
d73623ac by Jean-Baptiste Kempf at 2026-07-01T10:51:45+02:00
UPnP server: include cstdint for int64_t
- - - - -
1 changed file:
- modules/control/upnp_server/cds/Object.hpp
Changes:
=====================================
modules/control/upnp_server/cds/Object.hpp
=====================================
@@ -24,6 +24,7 @@
#include "../xml_wrapper.hpp"
+#include <cstdint>
#include <optional>
#include <string>
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/d73623ac528a29736863e8d0f58bd0d7bbb15a3e
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/d73623ac528a29736863e8d0f58bd0d7bbb15a3e
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help
More information about the vlc-commits
mailing list