[vlc-commits] [Git][videolan/libvlcpp][master] Add a missing include of <algorithm> for std::fill
Hugo Beauzée-Luyssen (@chouquette)
gitlab at videolan.org
Fri Feb 18 07:29:36 UTC 2022
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / libvlcpp
Commits:
2ac1809f by Martin Storsjö at 2022-02-17T22:34:49+02:00
Add a missing include of <algorithm> for std::fill
The very latest git version of libc++ has reduced the amount of
transitive includes of <algorithm>.
- - - - -
1 changed file:
- vlcpp/Instance.hpp
Changes:
=====================================
vlcpp/Instance.hpp
=====================================
@@ -31,6 +31,7 @@
#include "Dialog.hpp"
#include "MediaDiscoverer.hpp"
+#include <algorithm>
#include <string>
#include <vector>
#include <cstring>
View it on GitLab: https://code.videolan.org/videolan/libvlcpp/-/commit/2ac1809f626d25200f731d857fc1b2f354e20de6
--
View it on GitLab: https://code.videolan.org/videolan/libvlcpp/-/commit/2ac1809f626d25200f731d857fc1b2f354e20de6
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