libzipplugin: Add missing <memory> header
ClosedPublic

Authored by asturmlechner on Apr 20 2018, 9:42 AM.

Details

Summary

Build fails on some setups for use of std::unique_ptr.
See also: https://bugs.gentoo.org/653546

Diff Detail

Repository
R36 Ark
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
asturmlechner created this revision.Apr 20 2018, 9:42 AM
Restricted Application added a project: Ark. · View Herald TranscriptApr 20 2018, 9:42 AM
Restricted Application added a subscriber: kde-utils-devel. · View Herald Transcript
asturmlechner requested review of this revision.Apr 20 2018, 9:42 AM

I was able to reproduce the build failure now with Qt-5.9.5, but not on my other system with Qt-5.11.0_beta4...

I was able to reproduce the build failure now with Qt-5.9.5, but not on my other system with Qt-5.11.0_beta4...

As an additional data point it fails here with 5.9.5 as well but works with 5.10.1

elvisangelaccio accepted this revision.Apr 21 2018, 10:03 AM
This revision is now accepted and ready to land.Apr 21 2018, 10:03 AM
Closed by commit R36:1cec28b4f9ba: libzipplugin: Add missing <memory> header (authored by Marco Genasci <fedeliallalinea@gmail.com>, committed by asturmlechner). · Explain WhyApr 21 2018, 12:33 PM
This revision was automatically updated to reflect the committed changes.