Wireshark-commits: [Wireshark-commits] master cf4c86c: Add missing #include <algorithm> for std::so

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 19 May 2016 06:47:57 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=cf4c86c7b2c832390685745bdfce357ec627b2d9
Submitter: Jaap Keuter (jaap.keuter@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

cf4c86c by Michal Labedzki (michal.labedzki@xxxxxxxxx):

    Add missing #include <algorithm> for std::sort()
    
    Definition of std:sort() is in <algorithm> header. Include it to
    make Wireshark buildable again.
    
    Change-Id: Ice68013b0e06461faab1f4f0296e26b426ff92a1
    Reviewed-on: https://code.wireshark.org/review/15456
    Petri-Dish: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Jaap Keuter <jaap.keuter@xxxxxxxxx>
    

Actions performed:

    from  d5508d2   autotools: Add automake silent rule for ln -s
    adds  cf4c86c   Add missing #include <algorithm> for std::sort()


Summary of changes:
 ui/qt/display_filter_expression_dialog.cpp |    2 ++
 1 file changed, 2 insertions(+)