Wireshark-commits: [Wireshark-commits] master 318c3a5: Qt: Add another C++ missing header: <algorit

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 18 Aug 2015 07:55:47 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=318c3a54528364c536ae3a709e19ae38a178cefe
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

318c3a5 by Michal Labedzki (michal.labedzki@xxxxxxxxx):

    Qt: Add another C++ missing header: <algorithm> for std::sort()
    
    Fix build error:
    ui/qt/packet_list_model.cpp:270:5: error: 'sort' is not a member of 'std'
         std::sort(visible_rows_.begin(), visible_rows_.end(), recordLessThan);
    
    Change-Id: I3a577a268f6c12e8fd97b7b6fd2429989c28e2f5
    Reviewed-on: https://code.wireshark.org/review/10092
    Petri-Dish: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  0375244   Qt/Minimap: Fix for Qt < 4.8
    adds  318c3a5   Qt: Add another C++ missing header: <algorithm> for std::sort()


Summary of changes:
 ui/qt/packet_list_model.cpp                |    2 ++
 ui/qt/rpc_service_response_time_dialog.cpp |    1 +
 2 files changed, 3 insertions(+)