URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c5ec50ed1d9110e671bf3545608b335dbeb165b1
Submitter: Michal Labedzki (michal.labedzki@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
c5ec50e by Michal Labedzki (michal.labedzki@xxxxxxxxx):
Add missing C++ header
This fixes:
ui/qt/wireshark_application.cpp:588:5: error: 'sort' is not a member of 'std'
std::sort(sgi_list.begin(), sgi_list.end(), qActionLessThan);
Change-Id: I70058f0fcbabb0279bed5c62d09d55d88bda0fd4
Reviewed-on: https://code.wireshark.org/review/9492
Petri-Dish: Michal Labedzki <michal.labedzki@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
Actions performed:
from ebae0c9 store tcp/udp port names in epan scope
adds c5ec50e Add missing C++ header
Summary of changes:
ui/qt/wireshark_application.cpp | 1 +
1 file changed, 1 insertion(+)