Fix build on FreeBSD by including <array>.
ClosedPublic

Authored by tcberner on Aug 1 2018, 11:44 AM.

Details

Summary

latte-dock-0.8.0/app/dock/dockview.h:367:44:

error: implicit instantiation of undefined template 'std::__1::array<QMetaObject::Connection, 4>'
std::array<QMetaObject::Connection, 4> connectionsManagedLayout;
                                       ^

Diff Detail

Repository
R878 Latte Dock
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
tcberner created this revision.Aug 1 2018, 11:44 AM
Restricted Application added a project: Plasma. · View Herald TranscriptAug 1 2018, 11:44 AM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
tcberner requested review of this revision.Aug 1 2018, 11:44 AM
davidedmundson accepted this revision.Aug 28 2018, 10:30 AM
This revision is now accepted and ready to land.Aug 28 2018, 10:30 AM
This revision was automatically updated to reflect the committed changes.