summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch
diff options
context:
space:
mode:
authorSergei Trofimovich <slyich@gmail.com>2021-11-13 09:07:22 +0000
committerSergei Trofimovich <slyich@gmail.com>2021-11-13 09:07:52 +0000
commitb1f8e1634f9f0c913aa37b1d8c8c95b2bf950fad (patch)
tree8616389ca3ff47b833d7c5b0b7d9c118a2d33291 /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch
parent679a57d577ea3c5a254ef6858e63e310b43c069f (diff)
libopenmpt: fix build on gcc-12
`gcc-12` cleaned up implicit header includes and now requires explicit '<memory>' for 'std::unique_ptr<>': openmpt123/openmpt123.cpp:194:14: error: 'unique_ptr' in namespace 'std' does not name a template type 194 | std::unique_ptr<file_audio_stream_base> impl; | ^~~~~~~~~~ openmpt123/openmpt123.cpp:109:1: note: 'std::unique_ptr' is defined in header '<memory>'; did you forget to '#include <memory>'? 108 | #include "openmpt123_waveout.hpp" +++ |+#include <memory> 109 |
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions