1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-19 17:39:34 +00:00
nixpkgs/pkgs/applications
Sergei Trofimovich b1f8e1634f 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 |
2021-11-13 09:07:52 +00:00
..
accessibility
audio libopenmpt: fix build on gcc-12 2021-11-13 09:07:52 +00:00
backup
blockchains
display-managers
editors Merge master into staging-next 2021-11-11 00:01:45 +00:00
finance/odoo
gis
graphics Merge master into staging-next 2021-11-11 00:01:45 +00:00
kde
logging/humioctl
misc Merge staging-next into staging 2021-11-11 00:02:20 +00:00
networking Merge pull request #145412 from primeos/signal-desktop 2021-11-10 22:54:41 +01:00
office
plasma-mobile
printing/pappl
qubes/qubes-core-vchan-xen
radio
science
search
system
terminal-emulators
version-management
video
virtualization
window-managers